Skip to content

Commit

Permalink
Doc: refine schema for content.type
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Jun 8, 2023
1 parent 7595ee7 commit 12313d9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,9 @@ spec:
type of sources a runner can get data from.
string: String content (e.g. Postman JSON file).
file-uri: content stored on the webserver.
git-file: the file stored in the Git repo in the given path.
git-dir: the entire git repo or git subdirectory (Testkube does a spatial checkout to limit traffic in the case of monorepos).
git-file: the file stored in the Git repo in the given repository.path field.
git-dir: the entire git repo or git subdirectory depending on the repository.path field (Testkube does a spatial checkout to limit traffic in the case of monorepos)
git: automatically provisions either a file, directory or whole git repository depending on the repository.path field
enum:
- string
- file-uri
Expand Down

0 comments on commit 12313d9

Please sign in to comment.