Merge pull request #22822 from mokua/patch-8
Update custom-resource-definitions.md
This commit is contained in:
+4
@@ -673,6 +673,8 @@ spec:
|
|||||||
cronSpec:
|
cronSpec:
|
||||||
type: string
|
type: string
|
||||||
pattern: '^(\d+|\*)(/\d+)?(\s+(\d+|\*)(/\d+)?){4}$'
|
pattern: '^(\d+|\*)(/\d+)?(\s+(\d+|\*)(/\d+)?){4}$'
|
||||||
|
image:
|
||||||
|
type: string
|
||||||
replicas:
|
replicas:
|
||||||
type: integer
|
type: integer
|
||||||
minimum: 1
|
minimum: 1
|
||||||
@@ -720,6 +722,8 @@ spec:
|
|||||||
cronSpec:
|
cronSpec:
|
||||||
type: string
|
type: string
|
||||||
pattern: '^(\d+|\*)(/\d+)?(\s+(\d+|\*)(/\d+)?){4}$'
|
pattern: '^(\d+|\*)(/\d+)?(\s+(\d+|\*)(/\d+)?){4}$'
|
||||||
|
image:
|
||||||
|
type: string
|
||||||
replicas:
|
replicas:
|
||||||
type: integer
|
type: integer
|
||||||
minimum: 1
|
minimum: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user