mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
Add IngressClass kind
Adds IngressClass kind and Ingress fieldSpecs path spec/ingressClassName
This commit is contained in:
@@ -377,5 +377,12 @@ nameReference:
|
|||||||
kind: Job
|
kind: Job
|
||||||
- path: spec/template/spec/priorityClassName
|
- path: spec/template/spec/priorityClassName
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
|
|
||||||
|
- kind: IngressClass
|
||||||
|
version: v1
|
||||||
|
group: networking.k8s.io/v1
|
||||||
|
fieldSpecs:
|
||||||
|
- path: spec/ingressClassName
|
||||||
|
kind: Ingress
|
||||||
`
|
`
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user