Spot · JSON Structure

Spot Ocean Ocean Cluster Structure

Type: object Properties: 10
AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

OceanCluster is a JSON Structure definition published by Spot, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name controllerClusterId region autoScaler capacity strategy compute createdAt updatedAt

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OceanCluster",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "controllerClusterId": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "autoScaler": {
      "type": "object"
    },
    "capacity": {
      "type": "object"
    },
    "strategy": {
      "type": "object"
    },
    "compute": {
      "type": "object"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    }
  }
}