Argo Workflows · Example Payload

Argo Workflows Io K8S Api Core V1 Security Context Example

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Argo Workflows Io K8S Api Core V1 Security Context Example is an example object payload from Argo Workflows, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

allowPrivilegeEscalationappArmorProfilecapabilitiesprivilegedprocMountreadOnlyRootFilesystemrunAsGrouprunAsNonRootrunAsUserseLinuxOptionsseccompProfilewindowsOptions

Example Payload

Raw ↑
{
  "allowPrivilegeEscalation": true,
  "appArmorProfile": "example-apparmorprofile",
  "capabilities": "example-capabilities",
  "privileged": true,
  "procMount": "example-procmount",
  "readOnlyRootFilesystem": true,
  "runAsGroup": 86,
  "runAsNonRoot": true,
  "runAsUser": 80,
  "seLinuxOptions": "example-selinuxoptions",
  "seccompProfile": "example-seccompprofile",
  "windowsOptions": "example-windowsoptions"
}