kubernetes/test/integration/scheduler_perf/config/event_handling/nodeadd-node-high-capacity.yaml

apiVersion: v1
kind: Node
metadata:
  generateName: node-high-capacity-
spec:
  taints:
    - key: allow
      effect: NoSchedule
status:
  capacity:
    pods: "3000"
    cpu: "200"
    memory: 200Gi
  conditions:
    - status: "True"
      type: Ready
  phase: Running