fix wrong version of example yaml (#5951)
* fix wrong version of example yaml * Update pod-priority-preemption.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user