Youki · JSON Structure

Oci Runtime Config Solaris Structure

Type: Properties: 0
ContainersContainer RuntimeOCIRustCNCFCloud NativeKubernetes

OciRuntimeConfigSolaris is a JSON Structure definition published by Youki. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

oci-runtime-config-solaris-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/youki/refs/heads/main/json-structure/oci-runtime-config-solaris-structure.json",
  "name": "OciRuntimeConfigSolaris",
  "solaris": {
    "description": "Solaris platform-specific configurations",
    "type": "object",
    "properties": {
      "milestone": {
        "type": "string"
      },
      "limitpriv": {
        "type": "string"
      },
      "maxShmMemory": {
        "type": "string"
      },
      "cappedCPU": {
        "type": "object",
        "properties": {
          "ncpus": {
            "type": "string"
          }
        }
      },
      "cappedMemory": {
        "type": "object",
        "properties": {
          "physical": {
            "type": "string"
          },
          "swap": {
            "type": "string"
          }
        }
      },
      "anet": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "linkname": {
              "type": "string"
            },
            "lowerLink": {
              "type": "string"
            },
            "allowedAddress": {
              "type": "string"
            },
            "configureAllowedAddress": {
              "type": "string"
            },
            "defrouter": {
              "type": "string"
            },
            "macAddress": {
              "type": "string"
            },
            "linkProtection": {
              "type": "string"
            }
          }
        }
      }
    }
  }
}