Update calico to version 3.27.0
This commit is contained in:
parent
7be2148dc5
commit
aa136636cc
9 changed files with 148 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue