fix wrong version of example yaml (#5951)

* fix wrong version of example yaml

* Update pod-priority-preemption.md
This commit is contained in:
XsWack
2017-10-20 00:40:10 +08:00
committed by Steve Perry
parent 1716546f88
commit 9975901f5b
@@ -100,7 +100,7 @@ that use the name of the deleted PriorityClass.
### Example PriorityClass ### Example PriorityClass
```yaml ```yaml
apiVersion: v1 apiVersion: scheduling.k8s.io/v1alpha1
kind: PriorityClass kind: PriorityClass
metadata: metadata:
name: high-priority name: high-priority