# Get a chaos pipeline execution

Get a chaos pipeline execution

Endpoint: GET /gateway/chaos/manager/api/rest/v2/chaos-pipeline/{experimentId}
Version: 1.0
Security: x-api-key

## Query parameters:

  - `accountIdentifier` (string, required)
    account id that want to access the resource

  - `organizationIdentifier` (string, required)
    organization id that want to access the resource

  - `projectIdentifier` (string, required)
    project id that want to access the resource

  - `notifyId` (string, required)
    notifyId to be fetched

  - `experimentRunId` (string, required)
    experimentRunId to be fetched

## Path parameters:

  - `experimentId` (string, required)
    experimentId to be fetched

## Response 200 fields (application/json):

  - `accountID` (string, required)

  - `duration` (integer)

  - `estimatedTime` (integer)

  - `experimentID` (string)

  - `experimentIdentity` (string)

  - `experimentRunID` (string)

  - `finishedAt` (integer)

  - `infraID` (string)

  - `isRemoved` (boolean)

  - `lastUpdatedAt` (integer)

  - `manifestVersion` (string)

  - `nodes` (array)

  - `nodes.accountID` (string, required)

  - `nodes.chaosData` (object)

  - `nodes.chaosData.actionData` (object)

  - `nodes.chaosData.actionData.name` (string)

  - `nodes.chaosData.actionData.type` (string)

  - `nodes.chaosData.faultData` (object)

  - `nodes.chaosData.faultData.faultDetails` (object)

  - `nodes.chaosData.faultData.faultDetails.definition` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos` (object)
    Chaos to store the chaos inputs

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.annotations` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.args` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.command` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.api` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.api.caCert` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.api.clientCert` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.api.serverCert` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.aws` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.azure` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.gcp` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.nodeRestart` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.redisAuth` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.redisAuth.password` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.redisAuth.tlsFile` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.ssh` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.ssh.key` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.ssh.password` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.type` (string)
    Enum: "AWS", "Azure", "GCP", "VMWare", "SSH", "NodeRestart", "Redis", "API"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.vmware` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.vmware.govcPassword` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.vmware.govcUrl` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.vmware.govcUsername` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.vmware.vCenterPassword` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.vmware.vCenterServer` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.vmware.vCenterUsername` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.auth.vmware.vmPassword` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.configMaps` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.configMaps.defaultMode` (integer)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.configMaps.mountPath` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.configMaps.name` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.annotations` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.args` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.command` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.configMaps` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.name` (string)
    Name of the environment variable. Must be a C_IDENTIFIER.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.value` (string)
    Variable references $(VAR_NAME) are expanded
using the previous defined environment variables in the container and
any service environment variables. If a variable cannot be resolved,
the reference in the input string will be unchanged. The $(VAR_NAME)
syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped
references will never be expanded, regardless of whether the variable
exists or not.
Defaults to "".
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom` (object)
    Source for the environment variable's value. Cannot be used if value is not empty.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.configMapKeyRef` (object)
    Selects a key of a ConfigMap.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.configMapKeyRef.key` (string)
    The key to select.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.configMapKeyRef.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.configMapKeyRef.optional` (boolean)
    Specify whether the ConfigMap or its key must be defined
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.fieldRef` (object)
    Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels[''], metadata.annotations[''],
spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.fieldRef.apiVersion` (string)
    Version of the schema the FieldPath is written in terms of, defaults to "v1".
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.fieldRef.fieldPath` (string)
    Path of the field to select in the specified API version.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.resourceFieldRef` (object)
    Selects a resource of the container: only resources limits and requests
(limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.resourceFieldRef.containerName` (string)
    Container name: required for volumes, optional for env vars
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.resourceFieldRef.divisor` (object)
    Specifies the output format of the exposed resources, defaults to "1"
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.resourceFieldRef.divisor.Format` (string)
    Enum: "DecimalExponent", "BinarySI", "DecimalSI"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.resourceFieldRef.resource` (string)
    Required: resource to select

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.secretKeyRef` (object)
    Selects a key of a secret in the pod's namespace
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.secretKeyRef.key` (string)
    The key of the secret to select from.  Must be a valid secret key.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.secretKeyRef.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.env.valueFrom.secretKeyRef.optional` (boolean)
    Specify whether the Secret or its key must be defined
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.hostFileVolumes` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.hostFileVolumes.mountPath` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.hostFileVolumes.name` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.hostFileVolumes.nodePath` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.hostFileVolumes.type` (string)
    Enum: "", "DirectoryOrCreate", "Directory", "FileOrCreate", "File", "Socket", "CharDevice", "BlockDevice"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.hostIPC` (boolean)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.hostNetwork` (boolean)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.hostPID` (boolean)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.image` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.imagePullPolicy` (string)
    Enum: "Always", "Never", "IfNotPresent"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.imagePullSecrets` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.imagePullSecrets.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.labels` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.nodeSelector` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.resources` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.resources.limits` (object)
    Limits describes the maximum amount of compute resources allowed.
More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.resources.requests` (object)
    Requests describes the minimum amount of compute resources required.
If Requests is omitted for a container, it defaults to Limits if that is explicitly specified,
otherwise to an implementation-defined value.
More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.secrets` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.secrets.defaultMode` (integer)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.secrets.mountPath` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.secrets.name` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.allowPrivilegeEscalation` (boolean)
    AllowPrivilegeEscalation controls whether a process can gain more
privileges than its parent process. This bool directly controls if
the no_new_privs flag will be set on the container process.
AllowPrivilegeEscalation is true always when the container is:
1) run as Privileged
2) has CAP_SYS_ADMIN
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.capabilities` (object)
    The capabilities to add/drop when running containers.
Defaults to the default set of capabilities granted by the container runtime.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.capabilities.add` (array)
    Added capabilities
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.capabilities.drop` (array)
    Removed capabilities
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.privileged` (boolean)
    Run container in privileged mode.
Processes in privileged containers are essentially equivalent to root on the host.
Defaults to false.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.procMount` (string)
    procMount denotes the type of proc mount to use for the containers.
The default is DefaultProcMount which uses the container runtime defaults for
readonly paths and masked paths.
This requires the ProcMountType feature flag to be enabled.
+optional
    Enum: "Default", "Unmasked"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.readOnlyRootFilesystem` (boolean)
    Whether this container has a read-only root filesystem.
Default is false.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.runAsGroup` (integer)
    The GID to run the entrypoint of the container process.
Uses runtime default if unset.
May also be set in PodSecurityContext.  If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.runAsNonRoot` (boolean)
    Indicates that the container must run as a non-root user.
If true, the Kubelet will validate the image at runtime to ensure that it
does not run as UID 0 (root) and fail to start the container if it does.
If unset or false, no such validation will be performed.
May also be set in PodSecurityContext.  If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.runAsUser` (integer)
    The UID to run the entrypoint of the container process.
Defaults to user specified in image metadata if unspecified.
May also be set in PodSecurityContext.  If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.seLinuxOptions` (object)
    The SELinux context to be applied to the container.
If unspecified, the container runtime will allocate a random SELinux context for each
container.  May also be set in PodSecurityContext.  If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.seLinuxOptions.level` (string)
    Level is SELinux level label that applies to the container.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.seLinuxOptions.role` (string)
    Role is a SELinux role label that applies to the container.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.seLinuxOptions.type` (string)
    Type is a SELinux type label that applies to the container.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.seLinuxOptions.user` (string)
    User is a SELinux user label that applies to the container.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.seccompProfile` (object)
    The seccomp options to use by this container. If seccomp options are
provided at both the pod & container level, the container options
override the pod options.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.seccompProfile.localhostProfile` (string)
    localhostProfile indicates a profile defined in a file on the node should be used.
The profile must be preconfigured on the node to work.
Must be a descending path, relative to the kubelet's configured seccomp profile location.
Must only be set if type is "Localhost".
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.seccompProfile.type` (string)
    type indicates which kind of seccomp profile will be applied.
Valid options are:

Localhost - a profile defined in a file on the node should be used.
RuntimeDefault - the container runtime default profile should be used.
Unconfined - no profile should be applied.
+unionDiscriminator
    Enum: "Unconfined", "RuntimeDefault", "Localhost"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.windowsOptions` (object)
    The Windows specific settings applied to all containers.
If unspecified, the options from the PodSecurityContext will be used.
If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.windowsOptions.gmsaCredentialSpec` (string)
    GMSACredentialSpec is where the GMSA admission webhook
(https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the
GMSA credential spec named by the GMSACredentialSpecName field.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.windowsOptions.gmsaCredentialSpecName` (string)
    GMSACredentialSpecName is the name of the GMSA credential spec to use.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.containerSecurityContext.windowsOptions.runAsUserName` (string)
    The UserName in Windows to run the entrypoint of the container process.
Defaults to the user specified in image metadata if unspecified.
May also be set in PodSecurityContext. If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.fsGroup` (integer)
    A special supplemental group that applies to all containers in a pod.
Some volume types allow the Kubelet to change the ownership of that volume
to be owned by the pod:

1. The owning GID will be the FSGroup
2. The setgid bit is set (new files created in the volume will be owned by FSGroup)
3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.fsGroupChangePolicy` (string)
    fsGroupChangePolicy defines behavior of changing ownership and permission of the volume
before being exposed inside Pod. This field will only apply to
volume types which support fsGroup based ownership(and permissions).
It will have no effect on ephemeral volume types such as: secret, configmaps
and emptydir.
Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used.
+optional
    Enum: "OnRootMismatch", "Always"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.runAsGroup` (integer)
    The GID to run the entrypoint of the container process.
Uses runtime default if unset.
May also be set in SecurityContext.  If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence
for that container.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.runAsNonRoot` (boolean)
    Indicates that the container must run as a non-root user.
If true, the Kubelet will validate the image at runtime to ensure that it
does not run as UID 0 (root) and fail to start the container if it does.
If unset or false, no such validation will be performed.
May also be set in SecurityContext.  If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.runAsUser` (integer)
    The UID to run the entrypoint of the container process.
Defaults to user specified in image metadata if unspecified.
May also be set in SecurityContext.  If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence
for that container.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.seLinuxOptions` (object)
    The SELinux context to be applied to all containers.
If unspecified, the container runtime will allocate a random SELinux context for each
container.  May also be set in SecurityContext.  If set in
both SecurityContext and PodSecurityContext, the value specified in SecurityContext
takes precedence for that container.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.seLinuxOptions.level` (string)
    Level is SELinux level label that applies to the container.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.seLinuxOptions.role` (string)
    Role is a SELinux role label that applies to the container.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.seLinuxOptions.type` (string)
    Type is a SELinux type label that applies to the container.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.seLinuxOptions.user` (string)
    User is a SELinux user label that applies to the container.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.seccompProfile` (object)
    The seccomp options to use by the containers in this pod.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.seccompProfile.localhostProfile` (string)
    localhostProfile indicates a profile defined in a file on the node should be used.
The profile must be preconfigured on the node to work.
Must be a descending path, relative to the kubelet's configured seccomp profile location.
Must only be set if type is "Localhost".
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.seccompProfile.type` (string)
    type indicates which kind of seccomp profile will be applied.
Valid options are:

Localhost - a profile defined in a file on the node should be used.
RuntimeDefault - the container runtime default profile should be used.
Unconfined - no profile should be applied.
+unionDiscriminator
    Enum: "Unconfined", "RuntimeDefault", "Localhost"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.supplementalGroups` (array)
    A list of groups applied to the first process run in each container, in addition
to the container's primary GID.  If unspecified, no groups will be added to
any container.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.sysctls` (array)
    Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported
sysctls (by the container runtime) might fail to launch.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.sysctls.name` (string)
    Name of a property to set

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.sysctls.value` (string)
    Value of a property to set

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.windowsOptions` (object)
    The Windows specific settings applied to all containers.
If unspecified, the options within a container's SecurityContext will be used.
If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.windowsOptions.gmsaCredentialSpec` (string)
    GMSACredentialSpec is where the GMSA admission webhook
(https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the
GMSA credential spec named by the GMSACredentialSpecName field.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.windowsOptions.gmsaCredentialSpecName` (string)
    GMSACredentialSpecName is the name of the GMSA credential spec to use.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.securityContext.podSecurityContext.windowsOptions.runAsUserName` (string)
    The UserName in Windows to run the entrypoint of the container process.
Defaults to the user specified in image metadata if unspecified.
May also be set in PodSecurityContext. If set in both SecurityContext and
PodSecurityContext, the value specified in SecurityContext takes precedence.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.tolerations` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.tolerations.effect` (string)
    Effect indicates the taint effect to match. Empty means match all taint effects.
When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
+optional
    Enum: "NoSchedule", "PreferNoSchedule", "NoExecute"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.tolerations.key` (string)
    Key is the taint key that the toleration applies to. Empty means match all taint keys.
If the key is empty, operator must be Exists; this combination means to match all values and all keys.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.tolerations.operator` (string)
    Operator represents a key's relationship to the value.
Valid operators are Exists and Equal. Defaults to Equal.
Exists is equivalent to wildcard for value, so that a pod can
tolerate all taints of a particular category.
+optional
    Enum: "Exists", "Equal"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.tolerations.tolerationSeconds` (integer)
    TolerationSeconds represents the period of time the toleration (which must be
of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default,
it is not set, which means tolerate the taint forever (do not evict). Zero and
negative values will be treated as 0 (evict immediately) by the system.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.helper.tolerations.value` (string)
    Value is the taint value the toleration matches to.
If the operator is Exists, the value should be empty, otherwise just a regular string.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.hostFileVolumes` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.hostPID` (boolean)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.imagePullSecrets` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.nodeSelector` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.mountPath` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.name` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.defaultMode` (integer)
    Mode bits used to set permissions on created files by default.
Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511.
YAML accepts both octal and decimal values, JSON requires decimal values for mode bits.
Directories within the path are not affected by this setting.
This might be in conflict with other options that affect the file
mode, like fsGroup, and the result can be other mode bits set.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources` (array)
    list of volume projections
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.configMap` (object)
    information about the configMap data to project
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.configMap.items` (array)
    If unspecified, each key-value pair in the Data field of the referenced
ConfigMap will be projected into the volume as a file whose name is the
key and content is the value. If specified, the listed keys will be
projected into the specified paths, and unlisted keys will not be
present. If a key is specified which is not present in the ConfigMap,
the volume setup will error unless it is marked optional. Paths must be
relative and may not contain the '..' path or start with '..'.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.configMap.items.key` (string)
    The key to project.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.configMap.items.mode` (integer)
    Optional: mode bits used to set permissions on this file.
Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511.
YAML accepts both octal and decimal values, JSON requires decimal values for mode bits.
If not specified, the volume defaultMode will be used.
This might be in conflict with other options that affect the file
mode, like fsGroup, and the result can be other mode bits set.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.configMap.items.path` (string)
    The relative path of the file to map the key to.
May not be an absolute path.
May not contain the path element '..'.
May not start with the string '..'.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.configMap.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.configMap.optional` (boolean)
    Specify whether the ConfigMap or its keys must be defined
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.downwardAPI` (object)
    information about the downwardAPI data to project
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.downwardAPI.items` (array)
    Items is a list of DownwardAPIVolume file
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.downwardAPI.items.fieldRef` (object)
    Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.downwardAPI.items.fieldRef.apiVersion` (string)
    Version of the schema the FieldPath is written in terms of, defaults to "v1".
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.downwardAPI.items.fieldRef.fieldPath` (string)
    Path of the field to select in the specified API version.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.downwardAPI.items.mode` (integer)
    Optional: mode bits used to set permissions on this file, must be an octal value
between 0000 and 0777 or a decimal value between 0 and 511.
YAML accepts both octal and decimal values, JSON requires decimal values for mode bits.
If not specified, the volume defaultMode will be used.
This might be in conflict with other options that affect the file
mode, like fsGroup, and the result can be other mode bits set.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.downwardAPI.items.path` (string)
    Required: Path is  the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.downwardAPI.items.resourceFieldRef` (object)
    Selects a resource of the container: only resources limits and requests
(limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.downwardAPI.items.resourceFieldRef.containerName` (string)
    Container name: required for volumes, optional for env vars
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.downwardAPI.items.resourceFieldRef.divisor` (object)
    Specifies the output format of the exposed resources, defaults to "1"
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.downwardAPI.items.resourceFieldRef.divisor.Format` (string)
    Enum: "DecimalExponent", "BinarySI", "DecimalSI"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.downwardAPI.items.resourceFieldRef.resource` (string)
    Required: resource to select

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.secret` (object)
    information about the secret data to project
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.secret.items` (array)
    If unspecified, each key-value pair in the Data field of the referenced
Secret will be projected into the volume as a file whose name is the
key and content is the value. If specified, the listed keys will be
projected into the specified paths, and unlisted keys will not be
present. If a key is specified which is not present in the Secret,
the volume setup will error unless it is marked optional. Paths must be
relative and may not contain the '..' path or start with '..'.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.secret.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.secret.optional` (boolean)
    Specify whether the Secret or its key must be defined
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.serviceAccountToken` (object)
    information about the serviceAccountToken data to project
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.serviceAccountToken.audience` (string)
    Audience is the intended audience of the token. A recipient of a token
must identify itself with an identifier specified in the audience of the
token, and otherwise should reject the token. The audience defaults to the
identifier of the apiserver.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.serviceAccountToken.expirationSeconds` (integer)
    ExpirationSeconds is the requested duration of validity of the service
account token. As the token approaches expiration, the kubelet volume
plugin will proactively rotate the service account token. The kubelet will
start trying to rotate the token if the token is older than 80 percent of
its time to live or if the token is older than 24 hours.Defaults to 1 hour
and must be at least 10 minutes.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.projected.sources.serviceAccountToken.path` (string)
    Path is the path relative to the mount point of the file to project the
token into.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.projectedVolumes.readOnly` (boolean)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.resources` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.secrets` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.securityContext` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.sidecar` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.sidecar.env` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.sidecar.envFrom` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.sidecar.envFrom.configMapRef` (object)
    The ConfigMap to select from
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.sidecar.envFrom.configMapRef.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.sidecar.envFrom.configMapRef.optional` (boolean)
    Specify whether the ConfigMap must be defined
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.sidecar.envFrom.prefix` (string)
    An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.sidecar.envFrom.secretRef` (object)
    The Secret to select from
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.sidecar.envFrom.secretRef.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.sidecar.envFrom.secretRef.optional` (boolean)
    Specify whether the Secret must be defined
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.sidecar.image` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.sidecar.imagePullPolicy` (string)
    Enum: "Always", "Never", "IfNotPresent"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.sidecar.secrets` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.statusCheckTimeouts` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.statusCheckTimeouts.delay` (integer)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.statusCheckTimeouts.timeout` (integer)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.terminationGracePeriodSeconds` (integer)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.components.tolerations` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.defaultHealthCheck` (boolean)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.env` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.fault` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.image` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.imagePullPolicy` (string)
    Enum: "Always", "Never", "IfNotPresent"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.labels` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs` (object)
    APMProbeInputs contains the inputs required for apm probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.appDynamicsInputs` (object)
    AppDynamicsInputs contains the inputs required for AppDynamics probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.appDynamicsInputs.appdMetrics` (object)
    AppdMetrics contains the appd metrics

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.appDynamicsInputs.appdMetrics.applicationName` (string)
    ApplicationName contains the application name

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.appDynamicsInputs.appdMetrics.durationInMin` (integer)
    DurationInMin contains the duration in minutes

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.appDynamicsInputs.appdMetrics.metricsFullPath` (string)
    MetricsFullPath contains the full path of the metrics

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.appDynamicsInputs.endpoint` (string)
    Endpoint for the AppDynamics probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.comparator` (object)
    Comparator check for the correctness of the probe output

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.comparator.criteria` (string)
    Criteria for matching data
it supports >=, , <, != for int and float
it supports equal, notEqual, contains for string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.comparator.type` (string)
    Type of data
it can be int, float, string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.comparator.value` (string)
    Value contains relative value for criteria

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.datadogApmProbeInputs` (object)
    DatadogApmInputs contains the inputs required for Datadog probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.datadogApmProbeInputs.durationInMin` (integer)
    DurationInMin contains the duration in minutes

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.datadogApmProbeInputs.endpoint` (string)
    Endpoint for the Datadog probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.datadogApmProbeInputs.query` (string)
    Raw metrics details of the Datadog probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.datadogApmProbeInputs.syntheticsTest` (object)
    synthetics test parameters

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.datadogApmProbeInputs.syntheticsTest.publicId` (string)
    public id of the test

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.datadogApmProbeInputs.syntheticsTest.testType` (string)
    type of the test; supports 'api' and 'browser' only
    Enum: "api", "browser"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.dynatraceApmProbeInputs` (object)
    DynatraceApmProbeInputs contains the inputs required for Dynatrace probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.dynatraceApmProbeInputs.durationInMin` (integer)
    DurationInMin contains the duration in minutes

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.dynatraceApmProbeInputs.endpoint` (string)
    Endpoint for the Splunk Observability probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.dynatraceApmProbeInputs.metrics` (object)
    Raw metrics details of the Dynatrace probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.dynatraceApmProbeInputs.metrics.entitySelector` (string)
    Entity Selector of the metrics

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.dynatraceApmProbeInputs.metrics.metricsSelector` (string)
    Query to get Dynatrace metrics

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.gcpCloudMonitoringInputs` (object)
    GcpCloudMonitoringInputs contains the inputs required for GCP Cloud Monitoring probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.gcpCloudMonitoringInputs.projectID` (string)
    ProjectID for the GCP

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.gcpCloudMonitoringInputs.query` (string)
    PromQL of the GCP Cloud Monitoring probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.gcpCloudMonitoringInputs.serviceAccountKey` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.newRelicInputs` (object)
    NewRelicInputs contains the inputs required for NewRelic probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.newRelicInputs.accountId` (string)
    AccountID for the NewRelic probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.newRelicInputs.endpoint` (string)
    Endpoint for the NewRelic probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.newRelicInputs.newRelicMetric` (object)
    Raw metrics details of the NewRelic probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.newRelicInputs.newRelicMetric.query` (string)
    Query contains the query for the metrics

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.newRelicInputs.newRelicMetric.queryMetric` (string)
    NRQL Metrics that will get evaluated

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.prometheusInputs` (object)
    PrometheusInputs contains the inputs required for prometheus probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.prometheusInputs.endpoint` (string)
    Endpoint for the prometheus probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.prometheusInputs.query` (string)
    Query to get prometheus metrics

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.prometheusInputs.tlsConfig` (object)
    TLSConfig contains the tls configuration for the prometheus probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.prometheusInputs.tlsConfig.caFile` (string)
    The CA cert to use for the targets.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.prometheusInputs.tlsConfig.certFile` (string)
    The client cert file for the targets.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.prometheusInputs.tlsConfig.insecureSkipVerify` (boolean)
    Disable target certificate validation.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.prometheusInputs.tlsConfig.keyFile` (string)
    The client key file for the targets.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.prometheusInputs.tlsConfig.serverName` (string)
    Used to verify the hostname for the targets.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.splunkObservabilityInputs` (object)
    SplunkObservabilityInputs contains the inputs required for Splunk Observability probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.splunkObservabilityInputs.endpoint` (string)
    Endpoint for the Splunk Observability probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.splunkObservabilityInputs.splunkObservabilityMetrics` (object)
    SplunkObservabilityMetrics contains the splunk observability metrics

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.splunkObservabilityInputs.splunkObservabilityMetrics.durationInMin` (integer)
    DurationInMin contains the duration in minutes

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.splunkObservabilityInputs.splunkObservabilityMetrics.query` (string)
    Query contains the query for the metrics

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.apmProbe/inputs.type` (string)
    Type for the prometheus probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs` (object)
    inputs needed for the cmd probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.command` (string)
    Command need to be executed for the probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.comparator` (object)
    Comparator check for the correctness of the probe output

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.comparator.criteria` (string)
    Criteria for matching data
it supports >=, , <, != for int and float
it supports equal, notEqual, contains for string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.comparator.type` (string)
    Type of data
it can be int, float, string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.comparator.value` (string)
    Value contains relative value for criteria

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.env` (array)
    ENV contains ENV passed to the command probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.env.name` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.env.value` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source` (object)
    The source where we have to run the command
It will run in inline(inside experiment itself) mode if source is nil

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.annotations` (object)
    Annotations for the source pod

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.args` (array)
    Args for the source pod

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.command` (array)
    Command for the source pod

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.env` (array)
    ENVList contains ENV passed to the source pod

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.hostNetwork` (boolean)
    HostNetwork define the hostNetwork of the external pod
it supports boolean values and default value is false

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.image` (string)
    Image for the source pod

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.imagePullPolicy` (string)
    ImagePullPolicy for the source pod
    Enum: "Always", "Never", "IfNotPresent"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.imagePullSecrets` (array)
    ImagePullSecrets for source pod

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.inheritInputs` (boolean)
    InheritInputs defined to inherit experiment pod attributes(ENV, volumes, and volumeMounts) into probe pod
it supports boolean values and default value is false

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.labels` (object)
    Labels for the source pod

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.nodeSelector` (object)
    NodeSelector for the source pod

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.privileged` (boolean)
    Privileged for the source pod

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.tolerations` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumeMount` (array)
    VolumesMount for the source pod

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumeMount.mountPath` (string)
    Path within the container at which the volume should be mounted.  Must
not contain ':'.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumeMount.mountPropagation` (string)
    mountPropagation determines how mounts are propagated from the host
to container and the other way around.
When not set, MountPropagationNone is used.
This field is beta in 1.10.
+optional
    Enum: "None", "HostToContainer", "Bidirectional"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumeMount.name` (string)
    This must match the Name of a Volume.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumeMount.readOnly` (boolean)
    Mounted read-only if true, read-write otherwise (false or unspecified).
Defaults to false.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumeMount.subPath` (string)
    Path within the volume from which the container's volume should be mounted.
Defaults to "" (volume's root).
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumeMount.subPathExpr` (string)
    Expanded path within the volume from which the container's volume should be mounted.
Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment.
Defaults to "" (volume's root).
SubPathExpr and SubPath are mutually exclusive.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes` (array)
    Volumes for the source pod

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.awsElasticBlockStore` (object)
    AWSElasticBlockStore represents an AWS Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.awsElasticBlockStore.fsType` (string)
    Filesystem type of the volume that you want to mount.
Tip: Ensure that the filesystem type is supported by the host operating system.
Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
TODO: how do we prevent errors in the filesystem from compromising the machine
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.awsElasticBlockStore.partition` (integer)
    The partition in the volume that you want to mount.
If omitted, the default is to mount by volume name.
Examples: For volume /dev/sda1, you specify the partition as "1".
Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty).
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.awsElasticBlockStore.readOnly` (boolean)
    Specify "true" to force and set the ReadOnly property in VolumeMounts to "true".
If omitted, the default is "false".
More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.awsElasticBlockStore.volumeID` (string)
    Unique ID of the persistent disk resource in AWS (Amazon EBS volume).
More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.azureDisk` (object)
    AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.azureDisk.cachingMode` (string)
    Host Caching mode: None, Read Only, Read Write.
+optional
    Enum: "None", "ReadOnly", "ReadWrite"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.azureDisk.diskName` (string)
    The Name of the data disk in the blob storage

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.azureDisk.diskURI` (string)
    The URI the data disk in the blob storage

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.azureDisk.fsType` (string)
    Filesystem type to mount.
Must be a filesystem type supported by the host operating system.
Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.azureDisk.kind` (string)
    Expected values Shared: multiple blob disks per storage account  Dedicated: single blob disk per storage account  Managed: azure managed data disk (only in managed availability set). defaults to shared
    Enum: "Shared", "Dedicated", "Managed"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.azureDisk.readOnly` (boolean)
    Defaults to false (read/write). ReadOnly here will force
the ReadOnly setting in VolumeMounts.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.azureFile` (object)
    AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.azureFile.readOnly` (boolean)
    Defaults to false (read/write). ReadOnly here will force
the ReadOnly setting in VolumeMounts.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.azureFile.secretName` (string)
    the name of secret that contains Azure Storage Account Name and Key

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.azureFile.shareName` (string)
    Share Name

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.cephfs` (object)
    CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.cephfs.monitors` (array)
    Required: Monitors is a collection of Ceph monitors
More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.cephfs.path` (string)
    Optional: Used as the mounted root, rather than the full Ceph tree, default is /
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.cephfs.readOnly` (boolean)
    Optional: Defaults to false (read/write). ReadOnly here will force
the ReadOnly setting in VolumeMounts.
More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.cephfs.secretFile` (string)
    Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret
More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.cephfs.secretRef` (object)
    Optional: SecretRef is reference to the authentication secret for User, default is empty.
More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.cephfs.secretRef.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.cephfs.user` (string)
    Optional: User is the rados user name, default is admin
More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.cinder` (object)
    Cinder represents a cinder volume attached and mounted on kubelets host machine.
More info: https://examples.k8s.io/mysql-cinder-pd/README.md
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.cinder.fsType` (string)
    Filesystem type to mount.
Must be a filesystem type supported by the host operating system.
Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
More info: https://examples.k8s.io/mysql-cinder-pd/README.md
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.cinder.readOnly` (boolean)
    Optional: Defaults to false (read/write). ReadOnly here will force
the ReadOnly setting in VolumeMounts.
More info: https://examples.k8s.io/mysql-cinder-pd/README.md
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.cinder.secretRef` (object)
    Optional: points to a secret object containing parameters used to connect
to OpenStack.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.cinder.secretRef.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.cinder.volumeID` (string)
    volume id used to identify the volume in cinder.
More info: https://examples.k8s.io/mysql-cinder-pd/README.md

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.configMap` (object)
    ConfigMap represents a configMap that should populate this volume
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.configMap.defaultMode` (integer)
    Optional: mode bits used to set permissions on created files by default.
Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511.
YAML accepts both octal and decimal values, JSON requires decimal values for mode bits.
Defaults to 0644.
Directories within the path are not affected by this setting.
This might be in conflict with other options that affect the file
mode, like fsGroup, and the result can be other mode bits set.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.configMap.items` (array)
    If unspecified, each key-value pair in the Data field of the referenced
ConfigMap will be projected into the volume as a file whose name is the
key and content is the value. If specified, the listed keys will be
projected into the specified paths, and unlisted keys will not be
present. If a key is specified which is not present in the ConfigMap,
the volume setup will error unless it is marked optional. Paths must be
relative and may not contain the '..' path or start with '..'.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.configMap.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.configMap.optional` (boolean)
    Specify whether the ConfigMap or its keys must be defined
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.csi` (object)
    CSI (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.csi.driver` (string)
    Driver is the name of the CSI driver that handles this volume.
Consult with your admin for the correct name as registered in the cluster.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.csi.fsType` (string)
    Filesystem type to mount. Ex. "ext4", "xfs", "ntfs".
If not provided, the empty value is passed to the associated CSI driver
which will determine the default filesystem to apply.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.csi.nodePublishSecretRef` (object)
    NodePublishSecretRef is a reference to the secret object containing
sensitive information to pass to the CSI driver to complete the CSI
NodePublishVolume and NodeUnpublishVolume calls.
This field is optional, and  may be empty if no secret is required. If the
secret object contains more than one secret, all secret references are passed.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.csi.nodePublishSecretRef.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.csi.readOnly` (boolean)
    Specifies a read-only configuration for the volume.
Defaults to false (read/write).
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.csi.volumeAttributes` (object)
    VolumeAttributes stores driver-specific properties that are passed to the CSI
driver. Consult your driver's documentation for supported values.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.downwardAPI` (object)
    DownwardAPI represents downward API about the pod that should populate this volume
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.downwardAPI.defaultMode` (integer)
    Optional: mode bits to use on created files by default. Must be a
Optional: mode bits used to set permissions on created files by default.
Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511.
YAML accepts both octal and decimal values, JSON requires decimal values for mode bits.
Defaults to 0644.
Directories within the path are not affected by this setting.
This might be in conflict with other options that affect the file
mode, like fsGroup, and the result can be other mode bits set.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.downwardAPI.items` (array)
    Items is a list of downward API volume file
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.emptyDir` (object)
    EmptyDir represents a temporary directory that shares a pod's lifetime.
More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.emptyDir.medium` (string)
    What type of storage medium should back this directory.
The default is "" which means to use the node's default medium.
Must be an empty string (default) or Memory.
More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
+optional
    Enum: "", "Memory", "HugePages", "HugePages-"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.emptyDir.sizeLimit` (object)
    Total amount of local storage required for this EmptyDir volume.
The size limit is also applicable for memory medium.
The maximum usage on memory medium EmptyDir would be the minimum value between
the SizeLimit specified here and the sum of memory limits of all containers in a pod.
The default is nil which means that the limit is undefined.
More info: http://kubernetes.io/docs/user-guide/volumes#emptydir
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.emptyDir.sizeLimit.Format` (string)
    Enum: "DecimalExponent", "BinarySI", "DecimalSI"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral` (object)
    Ephemeral represents a volume that is handled by a cluster storage driver.
The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts,
and deleted when the pod is removed.

Use this if:
a) the volume is only needed while the pod runs,
b) features of normal volumes like restoring from snapshot or capacity
   tracking are needed,
c) the storage driver is specified through a storage class, and
d) the storage driver supports dynamic volume provisioning through
   a PersistentVolumeClaim (see EphemeralVolumeSource for more
   information on the connection between this volume type
   and PersistentVolumeClaim).

Use PersistentVolumeClaim or one of the vendor-specific
APIs for volumes that persist for longer than the lifecycle
of an individual pod.

Use CSI for light-weight local ephemeral volumes if the CSI driver is meant to
be used that way - see the documentation of the driver for
more information.

A pod can use both types of ephemeral volumes and
persistent volumes at the same time.

This is a beta feature and only available when the GenericEphemeralVolume
feature gate is enabled.

+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate` (object)
    Will be used to create a stand-alone PVC to provision the volume.
The pod in which this EphemeralVolumeSource is embedded will be the
owner of the PVC, i.e. the PVC will be deleted together with the
pod.  The name of the PVC will be - where
` is the name from the PodSpec.Volumes` array
entry. Pod validation will reject the pod if the concatenated name
is not valid for a PVC (for example, too long).

An existing PVC with that name that is not owned by the pod
will not be used for the pod to avoid using an unrelated
volume by mistake. Starting the pod is then blocked until
the unrelated PVC is removed. If such a pre-created PVC is
meant to be used by the pod, the PVC has to updated with an
owner reference to the pod once the pod exists. Normally
this should not be necessary, but it may be useful when
manually reconstructing a broken cluster.

This field is read-only and no changes will be made by Kubernetes
to the PVC after it has been created.

Required, must not be nil.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata` (object)
    May contain labels and annotations that will be copied into the PVC
when creating it. No other fields are allowed and will be rejected during
validation.

+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.annotations` (object)
    Annotations is an unstructured key value map stored with a resource that may be
set by external tools to store and retrieve arbitrary metadata. They are not
queryable and should be preserved when modifying objects.
More info: http://kubernetes.io/docs/user-guide/annotations
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.clusterName` (string)
    The name of the cluster which the object belongs to.
This is used to distinguish resources with same name and namespace in different clusters.
This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.creationTimestamp` (string)
    CreationTimestamp is a timestamp representing the server time when this object was
created. It is not guaranteed to be set in happens-before order across separate operations.
Clients may not set this value. It is represented in RFC3339 form and is in UTC.

Populated by the system.
Read-only.
Null for lists.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.deletionGracePeriodSeconds` (integer)
    Number of seconds allowed for this object to gracefully terminate before
it will be removed from the system. Only set when deletionTimestamp is also set.
May only be shortened.
Read-only.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.deletionTimestamp` (string)
    DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This
field is set by the server when a graceful deletion is requested by the user, and is not
directly settable by a client. The resource is expected to be deleted (no longer visible
from resource lists, and not reachable by name) after the time in this field, once the
finalizers list is empty. As long as the finalizers list contains items, deletion is blocked.
Once the deletionTimestamp is set, this value may not be unset or be set further into the
future, although it may be shortened or the resource may be deleted prior to this time.
For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react
by sending a graceful termination signal to the containers in the pod. After that 30 seconds,
the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup,
remove the pod from the API. In the presence of network partitions, this object may still
exist after this timestamp, until an administrator or automated process can determine the
resource is fully terminated.
If not set, graceful deletion of the object has not been requested.

Populated by the system when a graceful deletion is requested.
Read-only.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.finalizers` (array)
    Must be empty before the object is deleted from the registry. Each entry
is an identifier for the responsible component that will remove the entry
from the list. If the deletionTimestamp of the object is non-nil, entries
in this list can only be removed.
Finalizers may be processed and removed in any order.  Order is NOT enforced
because it introduces significant risk of stuck finalizers.
finalizers is a shared field, any actor with permission can reorder it.
If the finalizer list is processed in order, then this can lead to a situation
in which the component responsible for the first finalizer in the list is
waiting for a signal (field value, external system, or other) produced by a
component responsible for a finalizer later in the list, resulting in a deadlock.
Without enforced ordering finalizers are free to order amongst themselves and
are not vulnerable to ordering changes in the list.
+optional
+patchStrategy=merge

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.generateName` (string)
    GenerateName is an optional prefix, used by the server, to generate a unique
name ONLY IF the Name field has not been provided.
If this field is used, the name returned to the client will be different
than the name passed. This value will also be combined with a unique suffix.
The provided value has the same validation rules as the Name field,
and may be truncated by the length of the suffix required to make the value
unique on the server.

If this field is specified and the generated name exists, the server will
NOT return a 409 - instead, it will either return 201 Created or 500 with Reason
ServerTimeout indicating a unique name could not be found in the time allotted, and the client
should retry (optionally after the time indicated in the Retry-After header).

Applied only if Name is not specified.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.generation` (integer)
    A sequence number representing a specific generation of the desired state.
Populated by the system. Read-only.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.labels` (object)
    Map of string keys and values that can be used to organize and categorize
(scope and select) objects. May match selectors of replication controllers
and services.
More info: http://kubernetes.io/docs/user-guide/labels
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.managedFields` (array)
    ManagedFields maps workflow-id and version to the set of fields
that are managed by that workflow. This is mostly for internal
housekeeping, and users typically shouldn't need to set or
understand this field. A workflow can be the user's name, a
controller's name, or the name of a specific apply path like
"ci-cd". The set of fields is always in the version that the
workflow used when modifying the object.

+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.managedFields.apiVersion` (string)
    APIVersion defines the version of this resource that this field set
applies to. The format is "group/version" just like the top-level
APIVersion field. It is necessary to track the version of a field
set because it cannot be automatically converted.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.managedFields.fieldsType` (string)
    FieldsType is the discriminator for the different fields format and version.
There is currently only one possible value: "FieldsV1"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.managedFields.fieldsV1` (object)
    FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.managedFields.manager` (string)
    Manager is an identifier of the workflow managing these fields.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.managedFields.operation` (string)
    Operation is the type of operation which lead to this ManagedFieldsEntry being created.
The only valid values for this field are 'Apply' and 'Update'.
    Enum: "Apply", "Update"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.managedFields.time` (string)
    Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.name` (string)
    Name must be unique within a namespace. Is required when creating resources, although
some resources may allow a client to request the generation of an appropriate name
automatically. Name is primarily intended for creation idempotence and configuration
definition.
Cannot be updated.
More info: http://kubernetes.io/docs/user-guide/identifiers#names
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.namespace` (string)
    Namespace defines the space within which each name must be unique. An empty namespace is
equivalent to the "default" namespace, but "default" is the canonical representation.
Not all objects are required to be scoped to a namespace - the value of this field for
those objects will be empty.

Must be a DNS_LABEL.
Cannot be updated.
More info: http://kubernetes.io/docs/user-guide/namespaces
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.ownerReferences` (array)
    List of objects depended by this object. If ALL objects in the list have
been deleted, this object will be garbage collected. If this object is managed by a controller,
then an entry in this list will point to this controller, with the controller field set to true.
There cannot be more than one managing controller.
+optional
+patchMergeKey=uid
+patchStrategy=merge

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.ownerReferences.apiVersion` (string)
    API version of the referent.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.ownerReferences.blockOwnerDeletion` (boolean)
    If true, AND if the owner has the "foregroundDeletion" finalizer, then
the owner cannot be deleted from the key-value store until this
reference is removed.
Defaults to false.
To set this field, a user needs "delete" permission of the owner,
otherwise 422 (Unprocessable Entity) will be returned.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.ownerReferences.controller` (boolean)
    If true, this reference points to the managing controller.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.ownerReferences.kind` (string)
    Kind of the referent.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.ownerReferences.name` (string)
    Name of the referent.
More info: http://kubernetes.io/docs/user-guide/identifiers#names

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.ownerReferences.uid` (string)
    UID of the referent.
More info: http://kubernetes.io/docs/user-guide/identifiers#uids

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.resourceVersion` (string)
    An opaque value that represents the internal version of this object that can
be used by clients to determine when objects have changed. May be used for optimistic
concurrency, change detection, and the watch operation on a resource or set of resources.
Clients must treat these values as opaque and passed unmodified back to the server.
They may only be valid for a particular resource or set of resources.

Populated by the system.
Read-only.
Value must be treated as opaque by clients and .
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.selfLink` (string)
    SelfLink is a URL representing this object.
Populated by the system.
Read-only.

DEPRECATED
Kubernetes will stop propagating this field in 1.20 release and the field is planned
to be removed in 1.21 release.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.metadata.uid` (string)
    UID is the unique in time and space value for this object. It is typically generated by
the server on successful creation of a resource and is not allowed to change on PUT
operations.

Populated by the system.
Read-only.
More info: http://kubernetes.io/docs/user-guide/identifiers#uids
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec` (object)
    The specification for the PersistentVolumeClaim. The entire content is
copied unchanged into the PVC that gets created from this
template. The same fields as in a PersistentVolumeClaim
are also valid here.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.accessModes` (array)
    AccessModes contains the desired access modes the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1
+optional
    Enum: "ReadWriteOnce", "ReadOnlyMany", "ReadWriteMany"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.dataSource` (object)
    This field can be used to specify either:
* An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot)
* An existing PVC (PersistentVolumeClaim)
* An existing custom resource that implements data population (Alpha)
In order to use custom resource types that implement data population,
the AnyVolumeDataSource feature gate must be enabled.
If the provisioner or an external controller can support the specified data source,
it will create a new volume based on the contents of the specified data source.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.dataSource.apiGroup` (string)
    APIGroup is the group for the resource being referenced.
If APIGroup is not specified, the specified Kind must be in the core API group.
For any other third-party types, APIGroup is required.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.dataSource.kind` (string)
    Kind is the type of resource being referenced

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.dataSource.name` (string)
    Name is the name of resource being referenced

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.resources` (object)
    Resources represents the minimum resources the volume should have.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.resources.limits` (object)
    Limits describes the maximum amount of compute resources allowed.
More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.resources.requests` (object)
    Requests describes the minimum amount of compute resources required.
If Requests is omitted for a container, it defaults to Limits if that is explicitly specified,
otherwise to an implementation-defined value.
More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.selector` (object)
    A label query over volumes to consider for binding.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.selector.matchExpressions` (array)
    matchExpressions is a list of label selector requirements. The requirements are ANDed.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.selector.matchExpressions.key` (string)
    key is the label key that the selector applies to.
+patchMergeKey=key
+patchStrategy=merge

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.selector.matchExpressions.operator` (string)
    operator represents a key's relationship to a set of values.
Valid operators are In, NotIn, Exists and DoesNotExist.
    Enum: "In", "NotIn", "Exists", "DoesNotExist"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.selector.matchExpressions.values` (array)
    values is an array of string values. If the operator is In or NotIn,
the values array must be non-empty. If the operator is Exists or DoesNotExist,
the values array must be empty. This array is replaced during a strategic
merge patch.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.selector.matchLabels` (object)
    matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
map is equivalent to an element of matchExpressions, whose key field is "key", the
operator is "In", and the values array contains only "value". The requirements are ANDed.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.storageClassName` (string)
    Name of the StorageClass required by the claim.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.volumeMode` (string)
    volumeMode defines what type of volume is required by the claim.
Value of Filesystem is implied when not included in claim spec.
+optional
    Enum: "Block", "Filesystem"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.ephemeral.volumeClaimTemplate.spec.volumeName` (string)
    VolumeName is the binding reference to the PersistentVolume backing this claim.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.fc` (object)
    FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.fc.fsType` (string)
    Filesystem type to mount.
Must be a filesystem type supported by the host operating system.
Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
TODO: how do we prevent errors in the filesystem from compromising the machine
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.fc.lun` (integer)
    Optional: FC target lun number
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.fc.readOnly` (boolean)
    Optional: Defaults to false (read/write). ReadOnly here will force
the ReadOnly setting in VolumeMounts.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.fc.targetWWNs` (array)
    Optional: FC target worldwide names (WWNs)
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.fc.wwids` (array)
    Optional: FC volume world wide identifiers (wwids)
Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.flexVolume` (object)
    FlexVolume represents a generic volume resource that is
provisioned/attached using an exec based plugin.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.flexVolume.driver` (string)
    Driver is the name of the driver to use for this volume.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.flexVolume.fsType` (string)
    Filesystem type to mount.
Must be a filesystem type supported by the host operating system.
Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.flexVolume.options` (object)
    Optional: Extra command options if any.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.flexVolume.readOnly` (boolean)
    Optional: Defaults to false (read/write). ReadOnly here will force
the ReadOnly setting in VolumeMounts.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.flexVolume.secretRef` (object)
    Optional: SecretRef is reference to the secret object containing
sensitive information to pass to the plugin scripts. This may be
empty if no secret object is specified. If the secret object
contains more than one secret, all secrets are passed to the plugin
scripts.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.flexVolume.secretRef.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.flocker` (object)
    Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.flocker.datasetName` (string)
    Name of the dataset stored as metadata -> name on the dataset for Flocker
should be considered as deprecated
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.flocker.datasetUUID` (string)
    UUID of the dataset. This is unique identifier of a Flocker dataset
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.gcePersistentDisk` (object)
    GCEPersistentDisk represents a GCE Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.gcePersistentDisk.fsType` (string)
    Filesystem type of the volume that you want to mount.
Tip: Ensure that the filesystem type is supported by the host operating system.
Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
TODO: how do we prevent errors in the filesystem from compromising the machine
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.gcePersistentDisk.partition` (integer)
    The partition in the volume that you want to mount.
If omitted, the default is to mount by volume name.
Examples: For volume /dev/sda1, you specify the partition as "1".
Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty).
More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.gcePersistentDisk.pdName` (string)
    Unique name of the PD resource in GCE. Used to identify the disk in GCE.
More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.gcePersistentDisk.readOnly` (boolean)
    ReadOnly here will force the ReadOnly setting in VolumeMounts.
Defaults to false.
More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.gitRepo` (object)
    GitRepo represents a git repository at a particular revision.
DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an
EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir
into the Pod's container.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.gitRepo.directory` (string)
    Target directory name.
Must not contain or start with '..'.  If '.' is supplied, the volume directory will be the
git repository.  Otherwise, if specified, the volume will contain the git repository in
the subdirectory with the given name.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.gitRepo.repository` (string)
    Repository URL

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.gitRepo.revision` (string)
    Commit hash for the specified revision.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.glusterfs` (object)
    Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
More info: https://examples.k8s.io/volumes/glusterfs/README.md
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.glusterfs.endpoints` (string)
    EndpointsName is the endpoint name that details Glusterfs topology.
More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.glusterfs.path` (string)
    Path is the Glusterfs volume path.
More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.glusterfs.readOnly` (boolean)
    ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions.
Defaults to false.
More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.hostPath` (object)
    HostPath represents a pre-existing file or directory on the host
machine that is directly exposed to the container. This is generally
used for system agents or other privileged things that are allowed
to see the host machine. Most containers will NOT need this.
More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
---
TODO(jonesdl) We need to restrict who can use host directory mounts and who can/can not
mount host directories as read/write.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.hostPath.path` (string)
    Path of the directory on the host.
If the path is a symlink, it will follow the link to the real path.
More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.hostPath.type` (string)
    Type for HostPath Volume
Defaults to ""
More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
+optional
    Enum: "", "DirectoryOrCreate", "Directory", "FileOrCreate", "File", "Socket", "CharDevice", "BlockDevice"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.iscsi` (object)
    ISCSI represents an ISCSI Disk resource that is attached to a
kubelet's host machine and then exposed to the pod.
More info: https://examples.k8s.io/volumes/iscsi/README.md
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.iscsi.chapAuthDiscovery` (boolean)
    whether support iSCSI Discovery CHAP authentication
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.iscsi.chapAuthSession` (boolean)
    whether support iSCSI Session CHAP authentication
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.iscsi.fsType` (string)
    Filesystem type of the volume that you want to mount.
Tip: Ensure that the filesystem type is supported by the host operating system.
Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
TODO: how do we prevent errors in the filesystem from compromising the machine
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.iscsi.initiatorName` (string)
    Custom iSCSI Initiator Name.
If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface
: will be created for the connection.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.iscsi.iqn` (string)
    Target iSCSI Qualified Name.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.iscsi.iscsiInterface` (string)
    iSCSI Interface Name that uses an iSCSI transport.
Defaults to 'default' (tcp).
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.iscsi.lun` (integer)
    iSCSI Target Lun number.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.iscsi.portals` (array)
    iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port
is other than default (typically TCP ports 860 and 3260).
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.iscsi.readOnly` (boolean)
    ReadOnly here will force the ReadOnly setting in VolumeMounts.
Defaults to false.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.iscsi.secretRef` (object)
    CHAP Secret for iSCSI target and initiator authentication
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.iscsi.secretRef.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.iscsi.targetPortal` (string)
    iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port
is other than default (typically TCP ports 860 and 3260).

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.name` (string)
    Volume's name.
Must be a DNS_LABEL and unique within the pod.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.nfs` (object)
    NFS represents an NFS mount on the host that shares a pod's lifetime
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.nfs.path` (string)
    Path that is exported by the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.nfs.readOnly` (boolean)
    ReadOnly here will force
the NFS export to be mounted with read-only permissions.
Defaults to false.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.nfs.server` (string)
    Server is the hostname or IP address of the NFS server.
More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.persistentVolumeClaim` (object)
    PersistentVolumeClaimVolumeSource represents a reference to a
PersistentVolumeClaim in the same namespace.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.persistentVolumeClaim.claimName` (string)
    ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.persistentVolumeClaim.readOnly` (boolean)
    Will force the ReadOnly setting in VolumeMounts.
Default false.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.photonPersistentDisk` (object)
    PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.photonPersistentDisk.fsType` (string)
    Filesystem type to mount.
Must be a filesystem type supported by the host operating system.
Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.photonPersistentDisk.pdID` (string)
    ID that identifies Photon Controller persistent disk

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.portworxVolume` (object)
    PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.portworxVolume.fsType` (string)
    FSType represents the filesystem type to mount
Must be a filesystem type supported by the host operating system.
Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.portworxVolume.readOnly` (boolean)
    Defaults to false (read/write). ReadOnly here will force
the ReadOnly setting in VolumeMounts.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.portworxVolume.volumeID` (string)
    VolumeID uniquely identifies a Portworx volume

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.projected` (object)
    Items for all in one resources secrets, configmaps, and downward API

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.projected.defaultMode` (integer)
    Mode bits used to set permissions on created files by default.
Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511.
YAML accepts both octal and decimal values, JSON requires decimal values for mode bits.
Directories within the path are not affected by this setting.
This might be in conflict with other options that affect the file
mode, like fsGroup, and the result can be other mode bits set.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.projected.sources` (array)
    list of volume projections
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.quobyte` (object)
    Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.quobyte.group` (string)
    Group to map volume access to
Default is no group
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.quobyte.readOnly` (boolean)
    ReadOnly here will force the Quobyte volume to be mounted with read-only permissions.
Defaults to false.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.quobyte.registry` (string)
    Registry represents a single or multiple Quobyte Registry services
specified as a string as host:port pair (multiple entries are separated with commas)
which acts as the central registry for volumes

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.quobyte.tenant` (string)
    Tenant owning the given Quobyte volume in the Backend
Used with dynamically provisioned Quobyte volumes, value is set by the plugin
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.quobyte.user` (string)
    User to map volume access to
Defaults to serivceaccount user
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.quobyte.volume` (string)
    Volume is a string that references an already created Quobyte volume by name.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.rbd` (object)
    RBD represents a Rados Block Device mount on the host that shares a pod's lifetime.
More info: https://examples.k8s.io/volumes/rbd/README.md
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.rbd.fsType` (string)
    Filesystem type of the volume that you want to mount.
Tip: Ensure that the filesystem type is supported by the host operating system.
Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd
TODO: how do we prevent errors in the filesystem from compromising the machine
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.rbd.image` (string)
    The rados image name.
More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.rbd.keyring` (string)
    Keyring is the path to key ring for RBDUser.
Default is /etc/ceph/keyring.
More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.rbd.monitors` (array)
    A collection of Ceph monitors.
More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.rbd.pool` (string)
    The rados pool name.
Default is rbd.
More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.rbd.readOnly` (boolean)
    ReadOnly here will force the ReadOnly setting in VolumeMounts.
Defaults to false.
More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.rbd.secretRef` (object)
    SecretRef is name of the authentication secret for RBDUser. If provided
overrides keyring.
Default is nil.
More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.rbd.secretRef.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.rbd.user` (string)
    The rados user name.
Default is admin.
More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.scaleIO` (object)
    ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.scaleIO.fsType` (string)
    Filesystem type to mount.
Must be a filesystem type supported by the host operating system.
Ex. "ext4", "xfs", "ntfs".
Default is "xfs".
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.scaleIO.gateway` (string)
    The host address of the ScaleIO API Gateway.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.scaleIO.protectionDomain` (string)
    The name of the ScaleIO Protection Domain for the configured storage.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.scaleIO.readOnly` (boolean)
    Defaults to false (read/write). ReadOnly here will force
the ReadOnly setting in VolumeMounts.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.scaleIO.secretRef` (object)
    SecretRef references to the secret for ScaleIO user and other
sensitive information. If this is not provided, Login operation will fail.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.scaleIO.secretRef.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.scaleIO.sslEnabled` (boolean)
    Flag to enable/disable SSL communication with Gateway, default false
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.scaleIO.storageMode` (string)
    Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
Default is ThinProvisioned.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.scaleIO.storagePool` (string)
    The ScaleIO Storage Pool associated with the protection domain.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.scaleIO.system` (string)
    The name of the storage system as configured in ScaleIO.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.scaleIO.volumeName` (string)
    The name of a volume already created in the ScaleIO system
that is associated with this volume source.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.secret` (object)
    Secret represents a secret that should populate this volume.
More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.secret.defaultMode` (integer)
    Optional: mode bits used to set permissions on created files by default.
Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511.
YAML accepts both octal and decimal values, JSON requires decimal values
for mode bits. Defaults to 0644.
Directories within the path are not affected by this setting.
This might be in conflict with other options that affect the file
mode, like fsGroup, and the result can be other mode bits set.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.secret.items` (array)
    If unspecified, each key-value pair in the Data field of the referenced
Secret will be projected into the volume as a file whose name is the
key and content is the value. If specified, the listed keys will be
projected into the specified paths, and unlisted keys will not be
present. If a key is specified which is not present in the Secret,
the volume setup will error unless it is marked optional. Paths must be
relative and may not contain the '..' path or start with '..'.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.secret.optional` (boolean)
    Specify whether the Secret or its keys must be defined
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.secret.secretName` (string)
    Name of the secret in the pod's namespace to use.
More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.storageos` (object)
    StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.storageos.fsType` (string)
    Filesystem type to mount.
Must be a filesystem type supported by the host operating system.
Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.storageos.readOnly` (boolean)
    Defaults to false (read/write). ReadOnly here will force
the ReadOnly setting in VolumeMounts.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.storageos.secretRef` (object)
    SecretRef specifies the secret to use for obtaining the StorageOS API
credentials.  If not specified, default values will be attempted.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.storageos.secretRef.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?
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.storageos.volumeName` (string)
    VolumeName is the human-readable name of the StorageOS volume.  Volume
names are only unique within a namespace.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.storageos.volumeNamespace` (string)
    VolumeNamespace specifies the scope of the volume within StorageOS.  If no
namespace is specified then the Pod's namespace will be used.  This allows the
Kubernetes name scoping to be mirrored within StorageOS for tighter integration.
Set VolumeName to any name to override the default behaviour.
Set to "default" if you are not using namespaces within StorageOS.
Namespaces that do not pre-exist within StorageOS will be created.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.vsphereVolume` (object)
    VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.vsphereVolume.fsType` (string)
    Filesystem type to mount.
Must be a filesystem type supported by the host operating system.
Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.vsphereVolume.storagePolicyID` (string)
    Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.vsphereVolume.storagePolicyName` (string)
    Storage Policy Based Management (SPBM) profile name.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.cmdProbe/inputs.source.volumes.vsphereVolume.volumePath` (string)
    Path that identifies vSphere volume vmdk

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs` (object)
    ContainerInputs contains the inputs required for container probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.affinity` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.affinity.preferred` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.affinity.preferred.key` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.affinity.preferred.operator` (string)
    default: In

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.affinity.preferred.values` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.affinity.preferred.weight` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.affinity.required` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.affinity.required.key` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.affinity.required.operator` (string)
    default: In

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.affinity.required.values` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.annotations` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.args` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.command` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.comparator` (object)
    Comparator check for the correctness of the probe output

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.comparator.criteria` (string)
    Criteria for matching data
it supports >=, , <, != for int and float
it supports equal, notEqual, contains for string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.comparator.type` (string)
    Type of data
it can be int, float, string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.comparator.value` (string)
    Value contains relative value for criteria

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.containerSecurityContext` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.env` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.hostIPC` (boolean)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.hostNetwork` (boolean)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.hostPID` (boolean)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.image` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.imagePullPolicy` (string)
    Enum: "Always", "Never", "IfNotPresent"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.imagePullSecrets` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.labels` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.namespace` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.nodeSelector` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.podSecurityContext` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.resources` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.resources.limits` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.resources.requests` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.serviceAccountName` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.tolerations` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumeMounts` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes` (array)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.configMap` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.configMap.defaultMode` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.configMap.items` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.configMap.name` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.configMap.optional` (boolean)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.emptyDir` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.emptyDir.medium` (string)
    What type of storage medium should back this directory.
The default is "" which means to use the node's default medium.
Must be an empty string (default) or Memory.
More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
+optional
    Enum: "", "Memory", "HugePages", "HugePages-"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.emptyDir.sizeLimit` (object)
    Total amount of local storage required for this EmptyDir volume.
The size limit is also applicable for memory medium.
The maximum usage on memory medium EmptyDir would be the minimum value between
the SizeLimit specified here and the sum of memory limits of all containers in a pod.
The default is nil which means that the limit is undefined.
More info: http://kubernetes.io/docs/user-guide/volumes#emptydir
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.emptyDir.sizeLimit.Format` (string)
    Enum: "DecimalExponent", "BinarySI", "DecimalSI"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.hostPath` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.hostPath.path` (string)
    Path of the directory on the host.
If the path is a symlink, it will follow the link to the real path.
More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.hostPath.type` (string)
    Type for HostPath Volume
Defaults to ""
More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
+optional
    Enum: "", "DirectoryOrCreate", "Directory", "FileOrCreate", "File", "Socket", "CharDevice", "BlockDevice"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.name` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.persistentVolumeClaim` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.persistentVolumeClaim.claimName` (string)
    ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume.
More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.persistentVolumeClaim.readOnly` (boolean)
    Will force the ReadOnly setting in VolumeMounts.
Default false.
+optional

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.secret` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.containerProbe/inputs.volumes.type` (string)
    Enum: "HostPath", "EmptyDir", "Secret", "PersistentVolumeClaim", "ConfigMap"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.data` (string)
    Data contains the manifest/data for the resource, which need to be created
it supported for create operation only

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.datadogProbe/inputs` (object)
    inputs needed for the Datadog probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.datadogProbe/inputs.datadogCredentialsSecretName` (string)
    name of the kubernetes secret containing the Datadog credntials

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.datadogProbe/inputs.datadogSite` (string)
    datadog site URL identifier

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.datadogProbe/inputs.metrics` (object)
    metrics parameters

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.datadogProbe/inputs.metrics.comparator` (object)
    Comparator check for the correctness of the probe output

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.datadogProbe/inputs.metrics.comparator.criteria` (string)
    Criteria for matching data
it supports >=, , <, != for int and float
it supports equal, notEqual, contains for string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.datadogProbe/inputs.metrics.comparator.type` (string)
    Type of data
it can be int, float, string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.datadogProbe/inputs.metrics.comparator.value` (string)
    Value contains relative value for criteria

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.datadogProbe/inputs.metrics.query` (string)
    Raw query string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.datadogProbe/inputs.metrics.timeFrame` (string)
    Timeframe of the metrics

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.datadogProbe/inputs.syntheticsTest` (object)
    synthetics test parameters

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.datadogProbe/inputs.syntheticsTest.publicId` (string)
    public id of the test

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.datadogProbe/inputs.syntheticsTest.testType` (string)
    type of the test; supports 'api' and 'browser' only
    Enum: "api", "browser"

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.dynatraceProbe/inputs` (object)
    inputs needed for the Dynatrace probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.dynatraceProbe/inputs.apiTokenSecretName` (string)
    APITokenSecretName for authenticating with the Dynatrace platform

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.dynatraceProbe/inputs.comparator` (object)
    Comparator check for the correctness of the probe output

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.dynatraceProbe/inputs.comparator.criteria` (string)
    Criteria for matching data
it supports >=, , <, != for int and float
it supports equal, notEqual, contains for string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.dynatraceProbe/inputs.comparator.type` (string)
    Type of data
it can be int, float, string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.dynatraceProbe/inputs.comparator.value` (string)
    Value contains relative value for criteria

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.dynatraceProbe/inputs.endpoint` (string)
    Endpoint of the Dynatrace probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.dynatraceProbe/inputs.metrics` (object)
    Raw metrics details of the Dynatrace probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.dynatraceProbe/inputs.metrics.entitySelector` (string)
    Entity Selector of the metrics

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.dynatraceProbe/inputs.metrics.metricsSelector` (string)
    Query to get Dynatrace metrics

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.dynatraceProbe/inputs.timeFrame` (string)
    Timeframe of the metrics

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs` (object)
    inputs needed for the http probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.auth` (object)
    Auth contains the authentication details for the http probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.auth.credentials` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.auth.type` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.headers` (object)
    Headers contains the request headers

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.insecureSkipVerify` (boolean)
    InsecureSkipVerify flag to skip certificate checks

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.method` (object)
    Method define the http method, it can be get or post

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.method.get` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.method.get.criteria` (string)
    Criteria for matching data
it supports  == != operations

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.method.get.responseBody` (string)
    ResponseBody contains the response body for the http get request

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.method.get.responseCode` (string)
    Value contains relative value for criteria

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.method.post` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.method.post.body` (string)
    Body contains http body for post request

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.method.post.bodyPath` (string)
    BodyPath contains filePath, which contains http body

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.method.post.contentType` (string)
    ContentType contains content type for http body data

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.method.post.criteria` (string)
    Criteria for matching data
it supports  == != operations

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.method.post.responseBody` (string)
    ResponseBody contains the response body for the http post request

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.method.post.responseCode` (string)
    Value contains relative value for criteria

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.tlsConfig` (object)
    TLSConfig contains the tls configuration for the http probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.tlsConfig.caFile` (string)
    The CA cert to use for the targets.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.tlsConfig.certFile` (string)
    The client cert file for the targets.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.tlsConfig.insecureSkipVerify` (boolean)
    Disable target certificate validation.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.tlsConfig.keyFile` (string)
    The client key file for the targets.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.tlsConfig.serverName` (string)
    Used to verify the hostname for the targets.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.httpProbe/inputs.url` (string)
    URL which needs to curl, to check the status

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.id` (string)
    ID is the unique identifier for the probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.isVerified` (boolean)
    IsVerified indicates whether the probe is verified or not

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.k8sProbe/inputs` (object)
    inputs needed for the k8s probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.k8sProbe/inputs.data` (string)
    Data contains the manifest/data for the resource, which need to be created
it supported for create operation only

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.k8sProbe/inputs.fieldSelector` (string)
    fieldselector to get the resource using fields selector

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.k8sProbe/inputs.group` (string)
    group of the resource

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.k8sProbe/inputs.labelSelector` (string)
    labelselector to get the resource using labels selector

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.k8sProbe/inputs.namespace` (string)
    namespace of the resource

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.k8sProbe/inputs.operation` (string)
    Operation performed by the k8s probe
it can be create, delete, present, absent

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.k8sProbe/inputs.resource` (string)
    kind of resource

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.k8sProbe/inputs.resourceNames` (string)
    ResourceNames to get the resources using their list of comma separated names

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.k8sProbe/inputs.version` (string)
    apiversion of the resource

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.mode` (string)
    mode for k8s probe
it can be SOT, EOT, Edge

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.name` (string)
    Name of probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.newrelicProbe/inputs` (object)
    inputs needed for the Newrelic probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.newrelicProbe/inputs.accountId` (string)
    Newrelic accountId

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.newrelicProbe/inputs.apiTokenSecretName` (string)
    APITokenSecretName for authenticating with the Newrelic platform

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.newrelicProbe/inputs.endpoint` (string)
    newrelic site URL identifier

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.newrelicProbe/inputs.newrelicMetrics` (object)
    Newrelic metrics parameters

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.newrelicProbe/inputs.newrelicMetrics.comparator` (object)
    Comparator check for the correctness of the probe output

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.newrelicProbe/inputs.newrelicMetrics.comparator.criteria` (string)
    Criteria for matching data
it supports >=, , <, != for int and float
it supports equal, notEqual, contains for string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.newrelicProbe/inputs.newrelicMetrics.comparator.type` (string)
    Type of data
it can be int, float, string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.newrelicProbe/inputs.newrelicMetrics.comparator.value` (string)
    Value contains relative value for criteria

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.newrelicProbe/inputs.newrelicMetrics.metricsEvaluationMode` (string)
    Mode on which metrcis will get evaluated(min/max/mean)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.newrelicProbe/inputs.newrelicMetrics.query` (string)
    NRQL query string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.newrelicProbe/inputs.newrelicMetrics.queryMetrics` (string)
    NRQL Metrics that will get evaluated

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.probeRef` (string)
    ProbeRef is the reference to the probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs` (object)
    inputs needed for the prometheus probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.auth` (object)
    Auth contains the authentication details for the prometheus probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.auth.credentials` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.auth.type` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.comparator` (object)
    Comparator check for the correctness of the probe output

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.comparator.criteria` (string)
    Criteria for matching data
it supports >=, , <, != for int and float
it supports equal, notEqual, contains for string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.comparator.type` (string)
    Type of data
it can be int, float, string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.comparator.value` (string)
    Value contains relative value for criteria

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.endpoint` (string)
    Endpoint for the prometheus probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.query` (string)
    Query to get prometheus metrics

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.queryPath` (string)
    QueryPath contains filePath, which contains prometheus query

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.tlsConfig` (object)
    TLSConfig contains the tls configuration for the prometheus probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.tlsConfig.caFile` (string)
    The CA cert to use for the targets.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.tlsConfig.certFile` (string)
    The client cert file for the targets.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.tlsConfig.insecureSkipVerify` (boolean)
    Disable target certificate validation.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.tlsConfig.keyFile` (string)
    The client key file for the targets.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.promProbe/inputs.tlsConfig.serverName` (string)
    Used to verify the hostname for the targets.

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.runProperties` (object)
    RunProperty contains timeout, retry and interval for the probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.runProperties.attempt` (integer)
    Attempt contains the total attempt count for the probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.runProperties.initialDelay` (string)
    InitialDelay time interval for which probe will wait before run

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.runProperties.initialDelaySeconds` (integer)
    InitialDelaySeconds time interval for which probe will wait before run

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.runProperties.interval` (string)
    Interval contains the interval for the probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.runProperties.probePollingInterval` (string)
    ProbePollingInterval contains time interval, for which continuous probe should be sleep
after each iteration

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.runProperties.probeTimeout` (string)
    ProbeTimeout contains timeout for the probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.runProperties.retry` (integer)
    Retry contains the retry count for the probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.runProperties.stopOnFailure` (boolean)
    StopOnFailure contains flag to stop/continue experiment execution, if probe fails
it will stop the experiment execution, if provided true
it will continue the experiment execution, if provided false or not provided(default case)

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.runProperties.verbosity` (string)
    Verbosity contains flag to set the verbosity of probe
it support info and debug verbosity

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs` (object)
    inputs needed for the SLO probe

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.comparator` (object)
    Comparator check for the correctness of the probe output

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.comparator.criteria` (string)
    Criteria for matching data
it supports >=, , <, != for int and float
it supports equal, notEqual, contains for string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.comparator.type` (string)
    Type of data
it can be int, float, string

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.comparator.value` (string)
    Value contains relative value for criteria

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.evaluationTimeout` (string)
    EvaluationTimeout is the timeout window in which the SLO metrics
will be fetched and will be evaluated

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.evaluationWindow` (object)
    EvaluationWindow is the time period for which the metrics will be evaluated

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.evaluationWindow.evaluationEndTime` (integer)
    End time of evaluation

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.evaluationWindow.evaluationStartTime` (integer)
    Start time of evaluation

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.insecureSkipVerify` (boolean)
    InsecureSkipVerify flag to skip certificate checks

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.platformEndpoint` (string)
    PlatformEndpoint for the monitoring service endpoint

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.sloIdentifier` (string)
    SLOIdentifier for fetching the details of the SLO

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.sloSourceMetadata` (object)
    SLOSourceMetadata consists of required metadata details to fetch metric data

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.sloSourceMetadata.apiTokenSecret` (string)
    APITokenSecret for authenticating with the platform service

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.sloSourceMetadata.scope` (object)
    Scope required for fetching details

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.sloSourceMetadata.scope.accountIdentifier` (string)
    AccountIdentifier for account ID

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.sloSourceMetadata.scope.orgIdentifier` (string)
    OrgIdentifier for organization ID

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.sloProbe/inputs.sloSourceMetadata.scope.projectIdentifier` (string)
    ProjectIdentifier for project ID

  - `nodes.chaosData.faultData.faultDetails.definition.chaos.probes.type` (string)
    Type of probe

  - `nodes.chaosData.faultData.faultDetails.definition.targets` (object)
    Type of the fault

  - `nodes.chaosData.faultData.faultDetails.definition.targets.application` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.targets.application.function` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.targets.application.name` (string)

  - `nodes.chaosData.faultData.faultDetails.definition.targets.selectors` (object)

  - `nodes.chaosData.faultData.faultDetails.definition.targets.selectors.workloads` (array)
    Workloads to store the workloads

  - `nodes.chaosData.faultData.faultDetails.definition.targets.selectors.workloads.kind` (string)
    Kind of the workload
    Enum: "deployment", "statefulset", "daemonSet", "deploymentconfig", "rollout", "pod"

  - `nodes.chaosData.faultData.faultDetails.definition.targets.selectors.workloads.labels` (string)
    Labels of the workload

  - `nodes.chaosData.faultData.faultDetails.definition.targets.selectors.workloads.names` (string)
    Names of the workload

  - `nodes.chaosData.faultData.faultDetails.definition.targets.selectors.workloads.namespace` (string)
    Namespace of the workload

  - `nodes.chaosData.faultData.faultDetails.name` (string)

  - `nodes.chaosData.faultData.helperPodDetails` (array)

  - `nodes.chaosData.faultData.helperPodDetails.logStreamID` (string)

  - `nodes.chaosData.faultData.helperPodDetails.name` (string)

  - `nodes.chaosData.faultData.name` (string)

  - `nodes.chaosData.faultData.namespace` (string)

  - `nodes.chaosData.faultData.targetChaosStatus` (array)

  - `nodes.chaosData.faultData.targetChaosStatus.chaosStatus` (string)

  - `nodes.chaosData.faultData.targetChaosStatus.kind` (string)

  - `nodes.chaosData.faultData.targetChaosStatus.name` (string)

  - `nodes.chaosData.faultData.targets` (array)

  - `nodes.chaosData.faultData.targets.ID` (string)

  - `nodes.chaosData.faultData.targets.kind` (string)

  - `nodes.chaosData.faultData.targets.name` (string)

  - `nodes.chaosData.faultData.targets.namespace` (string)

  - `nodes.chaosData.faultData.targets.subType` (string)

  - `nodes.chaosData.faultData.targets.type` (string)

  - `nodes.chaosData.probeData` (object)

  - `nodes.chaosData.probeData.description` (string)

  - `nodes.chaosData.probeData.faultName` (string)

  - `nodes.chaosData.probeData.iterations` (array)

  - `nodes.chaosData.probeData.iterations.commandProbe` (object)

  - `nodes.chaosData.probeData.iterations.commandProbe.output` (array)

  - `nodes.chaosData.probeData.iterations.duration` (integer)

  - `nodes.chaosData.probeData.iterations.httpProbe` (object)

  - `nodes.chaosData.probeData.iterations.httpProbe.responseBody` (array)

  - `nodes.chaosData.probeData.iterations.httpProbe.responseTime` (integer)

  - `nodes.chaosData.probeData.iterations.httpProbe.statusCode` (integer)

  - `nodes.chaosData.probeData.iterations.phase` (string)

  - `nodes.chaosData.probeData.iterations.promProbe` (object)

  - `nodes.chaosData.probeData.iterations.promProbe.metrics` (string)

  - `nodes.chaosData.probeData.iterations.timestamp` (integer)

  - `nodes.chaosData.probeData.name` (string)

  - `nodes.chaosData.probeData.probeDetails` (object)

  - `nodes.chaosData.probeData.probeType` (string)

  - `nodes.chaosData.probeData.resiliencyScore` (integer)

  - `nodes.chaosData.probeData.risks` (array)

  - `nodes.chaosData.probeData.weightage` (integer)

  - `nodes.duration` (integer)

  - `nodes.errorData` (object)

  - `nodes.errorData.code` (string)

  - `nodes.errorData.message` (string)

  - `nodes.estimatedTime` (integer)

  - `nodes.experimentID` (string)

  - `nodes.experimentRunID` (string)

  - `nodes.finishedAt` (integer)

  - `nodes.infraID` (string)

  - `nodes.infraType` (string)

  - `nodes.isRemoved` (boolean)

  - `nodes.lastUpdatedAt` (integer)

  - `nodes.orgID` (string)

  - `nodes.projectID` (string)

  - `nodes.spec` (string)

  - `nodes.startedAt` (integer)

  - `nodes.status` (string)
    Enum: "Queued", "Error", "Completed_With_Probe_Failure", "Completed_With_Probe_Absent", "Pending", "Running", "Stopped", "Completed", "Failed", "Passed", "Skipped", "Interrupted"

  - `nodes.stepName` (string)

  - `nodes.stepType` (string)
    Enum: "FAULT", "PROBE", "ACTION", "EXPERIMENT"

  - `nodes.streamID` (string)

  - `orgID` (string)

  - `projectID` (string)

  - `resiliencyScore` (number)

  - `runSequence` (integer)

  - `startedAt` (integer)

  - `status` (string)
    Enum: "Queued", "Error", "Completed_With_Probe_Failure", "Completed_With_Probe_Absent", "Pending", "Running", "Stopped", "Completed", "Failed", "Passed", "Skipped", "Interrupted"

  - `stepName` (string)

  - `stepType` (string)
    Enum: "FAULT", "PROBE", "ACTION", "EXPERIMENT"

  - `templateDetails` (object)

  - `templateDetails.hubReference` (string)

  - `templateDetails.identity` (string)

  - `templateDetails.reference` (string)

  - `templateDetails.revision` (string)

## Response 400 fields (application/json):

  - `code` (string)
    Enum: "PIPELINE_NOT_FOUND"

  - `description` (string)

  - `message` (string)


