kubernetes/test/integration/scheduler_perf/config/templates/node-with-taint.yaml

apiVersion: v1
kind: Node
metadata:
  generateName: taint-node-
spec:
  taints:
    - effect: NoSchedule
      key: foo
status:
  capacity:
    pods: "110"
    cpu: "4"
    memory: 32Gi
  conditions:
    - status: "True"
      type: Ready
  phase: Running