Scaleway · Schema

scaleway.k8s.v1.Runtime

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayk8sv1runtime-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.k8s.v1.Runtime",
  "title": "scaleway.k8s.v1.Runtime",
  "type": "string",
  "enum": [
    "unknown_runtime",
    "docker",
    "containerd",
    "crio"
  ],
  "x-enum-descriptions": {
    "values": {
      "containerd": "Containerd Runtime will be configured (https://github.com/containerd/containerd)"
    }
  },
  "default": "unknown_runtime"
}