Skip to content

Commit

Permalink
Merge pull request #3132 from robinbraemer/patch-1
Browse files Browse the repository at this point in the history
Add Ingress v1 support to builtin name references
  • Loading branch information
Shell32-Natsu authored Oct 23, 2020
2 parents 719532e + 1dbf490 commit 52060ac
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions api/konfig/builtinpluginconsts/namereference.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ nameReference:
kind: Ingress
- path: spec/backend/serviceName
kind: Ingress
- path: spec/rules/http/paths/backend/service/name
kind: Ingress
- path: spec/defaultBackend/service/name
kind: Ingress
- path: spec/service/name
kind: APIService
group: apiregistration.k8s.io
Expand Down Expand Up @@ -373,5 +377,12 @@ nameReference:
kind: Job
- path: spec/template/spec/priorityClassName
kind: DaemonSet
- kind: IngressClass
version: v1
group: networking.k8s.io/v1
fieldSpecs:
- path: spec/ingressClassName
kind: Ingress
`
)

0 comments on commit 52060ac

Please sign in to comment.