Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Capabilities Structure

Adds and removes POSIX capabilities from running containers.

Type: object Properties: 2
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

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

Properties

add drop

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-capabilities-structure.json",
  "name": "io.k8s.api.core.v1.Capabilities",
  "description": "Adds and removes POSIX capabilities from running containers.",
  "type": "object",
  "properties": {
    "add": {
      "description": "Added capabilities",
      "type": "array",
      "items": {
        "type": "string"
      },
      "x-kubernetes-list-type": "atomic"
    },
    "drop": {
      "description": "Removed capabilities",
      "type": "array",
      "items": {
        "type": "string"
      },
      "x-kubernetes-list-type": "atomic"
    }
  }
}