Update calico to version 3.27.0

This commit is contained in:
Adrien Reslinger 2023-12-22 07:38:58 +01:00
parent 7be2148dc5
commit aa136636cc
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
9 changed files with 148 additions and 17 deletions

View file

@ -46,12 +46,14 @@ spec:
type: string
cidr:
type: string
interface:
type: string
matchOperator:
type: string
source:
type: string
required:
- action
- cidr
- matchOperator
type: object
type: array
exportV6:
@ -65,12 +67,14 @@ spec:
type: string
cidr:
type: string
interface:
type: string
matchOperator:
type: string
source:
type: string
required:
- action
- cidr
- matchOperator
type: object
type: array
importV4:
@ -84,12 +88,14 @@ spec:
type: string
cidr:
type: string
interface:
type: string
matchOperator:
type: string
source:
type: string
required:
- action
- cidr
- matchOperator
type: object
type: array
importV6:
@ -103,12 +109,14 @@ spec:
type: string
cidr:
type: string
interface:
type: string
matchOperator:
type: string
source:
type: string
required:
- action
- cidr
- matchOperator
type: object
type: array
type: object