Scaleway · Schema

scaleway.functions.v1beta1.Runtime.Status

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayfunctionsv1beta1runtimestatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.functions.v1beta1.Runtime.Status",
  "title": "scaleway.functions.v1beta1.Runtime.Status",
  "type": "string",
  "enum": [
    "unknown_status",
    "beta",
    "available",
    "deprecated",
    "end_of_support",
    "end_of_life"
  ],
  "default": "unknown_status"
}