Update version for PriorityClass (#9321)
With K8s 1.11 it should be `scheduling.k8s.io/v1beta1`
This commit is contained in:
committed by
k8s-ci-robot
parent
a706ae9bcd
commit
e19980fd67
@@ -147,7 +147,7 @@ that use the name of the deleted PriorityClass.
|
||||
### Example PriorityClass
|
||||
|
||||
```yaml
|
||||
apiVersion: scheduling.k8s.io/v1alpha1
|
||||
apiVersion: scheduling.k8s.io/v1beta1
|
||||
kind: PriorityClass
|
||||
metadata:
|
||||
name: high-priority
|
||||
|
||||
Reference in New Issue
Block a user