k8s.io/kubernetes@v1.29.3/test/integration/scheduler_perf/config/node-with-taint.yaml (about)

     1  apiVersion: v1
     2  kind: Node
     3  metadata:
     4    generateName: taint-node-
     5  spec:
     6    taints:
     7      - effect: NoSchedule
     8        key: foo
     9  status:
    10    capacity:
    11      pods: "110"
    12      cpu: "4"
    13      memory: 32Gi
    14    conditions:
    15      - status: "True"
    16        type: Ready
    17    phase: Running