Skip to content

Commit

Permalink
Update version for PriorityClass (#9321)
Browse files Browse the repository at this point in the history
With K8s 1.11 it should be `scheduling.k8s.io/v1beta1`
  • Loading branch information
hardikdr authored and k8s-ci-robot committed Jul 17, 2018
1 parent a706ae9 commit e19980f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e19980f

Please sign in to comment.