Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Merge branch 'datreeio:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ElanHasson authored Feb 19, 2024
2 parents 63c561c + 586facb commit ee796cc
Show file tree
Hide file tree
Showing 51 changed files with 93,682 additions and 14,447 deletions.
13,157 changes: 9,375 additions & 3,782 deletions argoproj.io/clusterworkflowtemplate_v1alpha1.json

Large diffs are not rendered by default.

13,157 changes: 9,375 additions & 3,782 deletions argoproj.io/cronworkflow_v1alpha1.json

Large diffs are not rendered by default.

20,514 changes: 17,568 additions & 2,946 deletions argoproj.io/workflow_v1alpha1.json

Large diffs are not rendered by default.

1,616 changes: 1,616 additions & 0 deletions argoproj.io/workflowartifactgctask_v1alpha1.json

Large diffs are not rendered by default.

281 changes: 281 additions & 0 deletions argoproj.io/workfloweventbinding_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,42 @@
"archiveLogs": {
"type": "boolean"
},
"artifactGC": {
"properties": {
"podMetadata": {
"properties": {
"annotations": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"type": "object"
}
},
"type": "object",
"additionalProperties": false
},
"serviceAccountName": {
"type": "string"
},
"strategy": {
"enum": [
"",
"OnWorkflowCompletion",
"OnWorkflowDeletion",
"Never"
],
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"artifactory": {
"properties": {
"passwordSecret": {
Expand Down Expand Up @@ -103,6 +139,50 @@
"type": "object",
"additionalProperties": false
},
"azure": {
"properties": {
"accountKeySecret": {
"properties": {
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"optional": {
"type": "boolean"
}
},
"required": [
"key"
],
"type": "object",
"additionalProperties": false
},
"blob": {
"type": "string"
},
"container": {
"type": "string"
},
"endpoint": {
"type": "string"
},
"useSDKCreds": {
"type": "boolean"
}
},
"required": [
"blob",
"container",
"endpoint"
],
"type": "object",
"additionalProperties": false
},
"deleted": {
"type": "boolean"
},
"from": {
"type": "string"
},
Expand Down Expand Up @@ -144,6 +224,9 @@
},
"git": {
"properties": {
"branch": {
"type": "string"
},
"depth": {
"format": "int64",
"type": "integer"
Expand Down Expand Up @@ -184,6 +267,9 @@
"revision": {
"type": "string"
},
"singleBranch": {
"type": "boolean"
},
"sshPrivateKeySecret": {
"properties": {
"key": {
Expand Down Expand Up @@ -319,6 +405,180 @@
},
"http": {
"properties": {
"auth": {
"properties": {
"basicAuth": {
"properties": {
"passwordSecret": {
"properties": {
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"optional": {
"type": "boolean"
}
},
"required": [
"key"
],
"type": "object",
"additionalProperties": false
},
"usernameSecret": {
"properties": {
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"optional": {
"type": "boolean"
}
},
"required": [
"key"
],
"type": "object",
"additionalProperties": false
}
},
"type": "object",
"additionalProperties": false
},
"clientCert": {
"properties": {
"clientCertSecret": {
"properties": {
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"optional": {
"type": "boolean"
}
},
"required": [
"key"
],
"type": "object",
"additionalProperties": false
},
"clientKeySecret": {
"properties": {
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"optional": {
"type": "boolean"
}
},
"required": [
"key"
],
"type": "object",
"additionalProperties": false
}
},
"type": "object",
"additionalProperties": false
},
"oauth2": {
"properties": {
"clientIDSecret": {
"properties": {
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"optional": {
"type": "boolean"
}
},
"required": [
"key"
],
"type": "object",
"additionalProperties": false
},
"clientSecretSecret": {
"properties": {
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"optional": {
"type": "boolean"
}
},
"required": [
"key"
],
"type": "object",
"additionalProperties": false
},
"endpointParams": {
"items": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key"
],
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"scopes": {
"items": {
"type": "string"
},
"type": "array"
},
"tokenURLSecret": {
"properties": {
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"optional": {
"type": "boolean"
}
},
"required": [
"key"
],
"type": "object",
"additionalProperties": false
}
},
"type": "object",
"additionalProperties": false
}
},
"type": "object",
"additionalProperties": false
},
"headers": {
"items": {
"properties": {
Expand Down Expand Up @@ -424,6 +684,9 @@
},
"securityToken": {
"type": "string"
},
"useSDKCreds": {
"type": "boolean"
}
},
"required": [
Expand Down Expand Up @@ -473,6 +736,24 @@
"bucket": {
"type": "string"
},
"caSecret": {
"properties": {
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"optional": {
"type": "boolean"
}
},
"required": [
"key"
],
"type": "object",
"additionalProperties": false
},
"createBucketIfNotPresent": {
"properties": {
"objectLocking": {
Expand Down
Loading

0 comments on commit ee796cc

Please sign in to comment.