Skip to content

Commit 8272e58

Browse files
committed
update schema #2
Signed-off-by: Mikhail Scherba <[email protected]>
1 parent e92b0f0 commit 8272e58

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

pkg/hook/config/schemas.go

+22-22
Original file line numberDiff line numberDiff line change
@@ -229,18 +229,18 @@ properties:
229229
timeoutSeconds:
230230
type: integer
231231
example: 10
232-
matchConditions:
233-
type: array
234-
items:
235-
type: object
232+
matchConditions:
233+
type: array
234+
items:
235+
type: object
236236
required:
237-
- expression
238-
- name
239-
properties:
240-
expression:
241-
type: string
242-
name:
243-
type: string
237+
- expression
238+
- name
239+
properties:
240+
expression:
241+
type: string
242+
name:
243+
type: string
244244
labelSelector:
245245
"$ref": "#/definitions/labelSelector"
246246
namespace:
@@ -330,18 +330,18 @@ properties:
330330
timeoutSeconds:
331331
type: integer
332332
example: 10
333-
matchConditions:
334-
type: array
335-
items:
336-
type: object
333+
matchConditions:
334+
type: array
335+
items:
336+
type: object
337337
required:
338-
- expression
339-
- name
340-
properties:
341-
expression:
342-
type: string
343-
name:
344-
type: string
338+
- expression
339+
- name
340+
properties:
341+
expression:
342+
type: string
343+
name:
344+
type: string
345345
labelSelector:
346346
"$ref": "#/definitions/labelSelector"
347347
namespace:

0 commit comments

Comments
 (0)