Roku · JSON Structure

Nabu Cloud Kubernetes Status Structure

KubernetesStatus schema from Roku Nabu Cloud

Type: string Properties: 0
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

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

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/roku/refs/heads/main/json-structure/nabu-cloud-kubernetes-status-structure.json",
  "name": "KubernetesStatus",
  "description": "KubernetesStatus schema from Roku Nabu Cloud",
  "type": "string",
  "enum": [
    "created",
    "pending",
    "running",
    "completed",
    "failed",
    "crashed",
    "unknown"
  ]
}