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

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