Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Se Linux Options Structure

SELinuxOptions are the labels to be applied to the container

Type: object Properties: 4
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

io.k8s.api.core.v1.SELinuxOptions is a JSON Structure definition published by Argo Workflows, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

level role type user

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-io-k8s-api-core-v1-se-linux-options-structure.json",
  "name": "io.k8s.api.core.v1.SELinuxOptions",
  "description": "SELinuxOptions are the labels to be applied to the container",
  "type": "object",
  "properties": {
    "level": {
      "description": "Level is SELinux level label that applies to the container.",
      "type": "string"
    },
    "role": {
      "description": "Role is a SELinux role label that applies to the container.",
      "type": "string"
    },
    "type": {
      "description": "Type is a SELinux type label that applies to the container.",
      "type": "string"
    },
    "user": {
      "description": "User is a SELinux user label that applies to the container.",
      "type": "string"
    }
  }
}