Spot · Schema

ElastigroupGCPRequest

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Properties

Name Type Description
group object
View JSON Schema on GitHub

JSON Schema

spot-elastigroupgcprequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ElastigroupGCPRequest",
  "title": "ElastigroupGCPRequest",
  "type": "object",
  "properties": {
    "group": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "capacity": {
          "type": "object",
          "properties": {
            "target": {
              "type": "integer"
            },
            "minimum": {
              "type": "integer"
            },
            "maximum": {
              "type": "integer"
            }
          }
        },
        "strategy": {
          "type": "object",
          "properties": {
            "preemptiblePercentage": {
              "type": "integer"
            },
            "fallbackToOd": {
              "type": "boolean"
            }
          }
        }
      },
      "example": "example_value"
    }
  }
}