Skip to content

Commit

Permalink
update schema #2
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Scherba <[email protected]>
  • Loading branch information
miklezzzz committed Dec 17, 2024
1 parent e92b0f0 commit 8272e58
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions pkg/hook/config/schemas.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,18 +229,18 @@ properties:
timeoutSeconds:
type: integer
example: 10
matchConditions:
type: array
items:
type: object
matchConditions:
type: array
items:
type: object
required:
- expression
- name
properties:
expression:
type: string
name:
type: string
- expression
- name
properties:
expression:
type: string
name:
type: string
labelSelector:
"$ref": "#/definitions/labelSelector"
namespace:
Expand Down Expand Up @@ -330,18 +330,18 @@ properties:
timeoutSeconds:
type: integer
example: 10
matchConditions:
type: array
items:
type: object
matchConditions:
type: array
items:
type: object
required:
- expression
- name
properties:
expression:
type: string
name:
type: string
- expression
- name
properties:
expression:
type: string
name:
type: string
labelSelector:
"$ref": "#/definitions/labelSelector"
namespace:
Expand Down

0 comments on commit 8272e58

Please sign in to comment.