Skip to content

Commit

Permalink
Merge pull request #329 from DockToFuture/update/calico-to-v3.27.0
Browse files Browse the repository at this point in the history
update calico to version 3.27.0
  • Loading branch information
DockToFuture committed Jan 10, 2024
2 parents bc47f63 + cdacc49 commit 2d36036
Show file tree
Hide file tree
Showing 5 changed files with 176 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -120,4 +128,4 @@ status:
kind: ""
plural: ""
conditions: []
storedVersions: []
storedVersions: []
Loading

0 comments on commit 2d36036

Please sign in to comment.