Testkube Agent /keymap operations
Testkube API (1.0.0)
Download OpenAPI specification:Download
E-mail: testkube@kubeshop.io License: MIT
Testkube provides a Kubernetes-native framework for test definition, execution and results
Test triggers keymap
Returns a keymap (supported/allowed fields) for the test trigger UI screen
Responses
Response samples
- 200
Content type
application/json
{- "resources": [
- "pod",
- "deployment",
- "statefulset",
- "daemonset",
- "service",
- "ingress",
- "event",
- "configmap"
], - "actions": [
- "run"
], - "executions": [
- "test",
- "testsuite"
], - "events": {
- "pod": [
- "created",
- "modified",
- "deleted"
], - "deployment": [
- "created",
- "modified",
- "deleted"
]
}, - "conditions": [
- "Available",
- "Progressing"
], - "concurrencyPolicies": [
- "allow",
- "forbid",
- "replace"
]
}