{ "description": "PodSchedulingGate is associated to a Pod to guard its scheduling.", "properties": { "name": { "description": "Name of the scheduling gate. Each scheduling gate must have a unique name field.", "type": [ "string", "null" ] } }, "required": [ "name" ], "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "$id": "https://kubernetes.io/api/podschedulinggate/v1" }