-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: executor api #447
feat: executor api #447
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like work in progress but i will approve it regardless
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added two remarks regarding deletion.
We should allow users to remove all executors in a namespace.
content: | ||
application/json: | ||
schema: | ||
$ref: '#/components/schemas/ExecutorCreateRequest' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CreateExecutorRequest?
api/v1/testkube.yaml
Outdated
type: string | ||
type: array | ||
uri: | ||
description: URI for rest based executors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could this be a service-name instead!?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spec lgtm!
Pull request description
Executor API for getting listing and deleting executor resources with API use
closes #364
Checklist (choose whats happened)
Breaking changes
Changes
Fixes