Spot · Schema

OceanRollRequest

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Properties

Name Type Description
roll object
View JSON Schema on GitHub

JSON Schema

spot-oceanrollrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OceanRollRequest",
  "title": "OceanRollRequest",
  "type": "object",
  "properties": {
    "roll": {
      "type": "object",
      "properties": {
        "batchSizePercentage": {
          "type": "integer",
          "description": "Percentage of nodes to replace in each batch."
        },
        "comment": {
          "type": "string"
        },
        "batchMinHealthyPercentage": {
          "type": "integer"
        },
        "respectPdb": {
          "type": "boolean",
          "description": "Respect pod disruption budgets during the roll."
        }
      },
      "example": "example_value"
    }
  }
}