mirror of
https://github.com/lukaszraczylo/jobs-manager-operator.git
synced 2026-07-09 06:42:08 +00:00
Update CRD accordingly.
This commit is contained in:
@@ -38,6 +38,18 @@ spec:
|
|||||||
groups:
|
groups:
|
||||||
items:
|
items:
|
||||||
properties:
|
properties:
|
||||||
|
dependencies:
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
default: ""
|
||||||
|
type: string
|
||||||
|
status:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- status
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
jobs:
|
jobs:
|
||||||
items:
|
items:
|
||||||
properties:
|
properties:
|
||||||
@@ -2100,14 +2112,17 @@ spec:
|
|||||||
type: array
|
type: array
|
||||||
type: object
|
type: object
|
||||||
dependencies:
|
dependencies:
|
||||||
properties:
|
items:
|
||||||
group:
|
properties:
|
||||||
default: ""
|
name:
|
||||||
type: string
|
default: ""
|
||||||
job:
|
type: string
|
||||||
default: ""
|
status:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
required:
|
||||||
|
- status
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
image:
|
image:
|
||||||
minLength: 5
|
minLength: 5
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Reference in New Issue
Block a user