Scaleway · Schema

scaleway.k8s.v1.CoreV1Taint

Artificial IntelligenceCloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
key string The taint key to be applied to a node.
value string The taint value corresponding to the taint key.
effect string Effect defines the effects of Taint.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayk8sv1corev1taint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.k8s.v1.CoreV1Taint",
  "title": "scaleway.k8s.v1.CoreV1Taint",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "The taint key to be applied to a node."
    },
    "value": {
      "type": "string",
      "description": "The taint value corresponding to the taint key."
    },
    "effect": {
      "type": "string",
      "description": "Effect defines the effects of Taint.",
      "enum": [
        "NoSchedule",
        "PreferNoSchedule",
        "NoExecute"
      ],
      "x-enum-descriptions": {
        "values": {
          "NoSchedule": "Do not allow new pods to schedule onto the node unless they tolerate the taint",
          "PreferNoSchedule": "Like TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely",
          "NoExecute": "Evict any already-running pods that do not tolerate the taint (Currently enforced by NodeController)"
        }
      },
      "default": "NoSchedule"
    }
  },
  "x-properties-order": [
    "key",
    "value",
    "effect"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/scaleway-scalewayk8sv1corev1taint"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.