mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +00:00
Merge pull request #2229 from boylee1111/boyil/priorityclass_ref
Add namereference for PriorityClass
This commit is contained in:
@@ -345,5 +345,24 @@ nameReference:
|
|||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
- path: spec/volumeClaimTemplates/spec/storageClassName
|
- path: spec/volumeClaimTemplates/spec/storageClassName
|
||||||
kind: StatefulSet
|
kind: StatefulSet
|
||||||
|
|
||||||
|
- kind: PriorityClass
|
||||||
|
version: v1
|
||||||
|
group: scheduling.k8s.io
|
||||||
|
fieldSpecs:
|
||||||
|
- path: spec/priorityClassName
|
||||||
|
kind: Pod
|
||||||
|
- path: spec/template/spec/priorityClassName
|
||||||
|
kind: StatefulSet
|
||||||
|
- path: spec/template/spec/priorityClassName
|
||||||
|
kind: Deployment
|
||||||
|
- path: spec/template/spec/priorityClassName
|
||||||
|
kind: ReplicationController
|
||||||
|
- path: spec/jobTemplate/spec/template/spec/priorityClassName
|
||||||
|
kind: CronJob
|
||||||
|
- path: spec/template/spec/priorityClassName
|
||||||
|
kind: Job
|
||||||
|
- path: spec/template/spec/priorityClassName
|
||||||
|
kind: DaemonSet
|
||||||
`
|
`
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user