extend manifests for openshift support
Signed-off-by: Mehmet Hatip <mbhatip@gmail.com>
This commit is contained in:
parent
922799081d
commit
7dab7c51d6
3 changed files with 31 additions and 0 deletions
|
@ -170,4 +170,15 @@ rules:
|
||||||
- update
|
- update
|
||||||
- list
|
- list
|
||||||
- delete
|
- delete
|
||||||
|
- apiGroups:
|
||||||
|
- route.openshift.io
|
||||||
|
resources:
|
||||||
|
- routes
|
||||||
|
verbs:
|
||||||
|
- create
|
||||||
|
- watch
|
||||||
|
- get
|
||||||
|
- update
|
||||||
|
- list
|
||||||
|
- delete
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -147,4 +147,15 @@ rules:
|
||||||
- get
|
- get
|
||||||
- update
|
- update
|
||||||
- patch
|
- patch
|
||||||
|
- apiGroups:
|
||||||
|
- route.openshift.io
|
||||||
|
resources:
|
||||||
|
- routes
|
||||||
|
verbs:
|
||||||
|
- create
|
||||||
|
- watch
|
||||||
|
- get
|
||||||
|
- update
|
||||||
|
- list
|
||||||
|
- delete
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -550,6 +550,15 @@ spec:
|
||||||
required:
|
required:
|
||||||
- stableIngress
|
- stableIngress
|
||||||
type: object
|
type: object
|
||||||
|
openshift:
|
||||||
|
properties:
|
||||||
|
routes:
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
required:
|
||||||
|
- routes
|
||||||
|
type: object
|
||||||
smi:
|
smi:
|
||||||
properties:
|
properties:
|
||||||
rootService:
|
rootService:
|
||||||
|
|
Loading…
Reference in a new issue