Spot · Schema
VirtualNodeGroupAWSRequest
AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances
Properties
| Name | Type | Description |
|---|---|---|
| launchSpec | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/VirtualNodeGroupAWSRequest",
"title": "VirtualNodeGroupAWSRequest",
"type": "object",
"properties": {
"launchSpec": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"oceanId": {
"type": "string"
},
"imageId": {
"type": "string"
},
"instanceTypes": {
"type": "array",
"items": {
"type": "string"
}
},
"labels": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
},
"taints": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
},
"effect": {
"type": "string"
}
}
}
}
},
"example": "example_value"
}
}
}