Executor
executor.testkube.io / v1
apiVersion: executor.testkube.io/v1
kind: Executor
metadata:
name: example
apiVersion
string
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
string
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
object
spec object
ExecutorSpec defines the desired state of Executor
args
[]string
executor binary arguments
command
[]string
executor default binary command
content_types
[]string
ContentTypes list of handled content types
executor_type
string
ExecutorType one of "rest" for rest openapi based executors or "job" which will be default runners for testkube or "container" for container executors
enum:
job, container
features
[]string
Features list of possible features which executor handles
image
string
Image for kube-job
imagePullSecrets []object
container executor default image pull secrets
name
string
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
jobTemplateReference
string
name of the template resource
job_template
string
Job template to launch executor
meta object
Meta data about executor
docsURI
string
URI for executor docs
iconURI
string
URI for executor icon
tooltips
object
executor tooltips
slaves object
Slaves data to run test in distributed environment
image
string required
types
[]string
Types defines what types can be handled by executor e.g. "postman/collection", ":curl/command" etc
uri
string
URI for rest based executors
useDataDirAsWorkingDir
boolean
use data dir as working dir for executor
status
object
ExecutorStatus defines the observed state of Executor
No matches. Try .spec.args for an exact path