Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/enterprise_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: master
components:
libcalico-go:
version: master
version: release-calient-v3.23-1
manager:
image: manager
version: master
Expand Down
20 changes: 20 additions & 0 deletions pkg/crds/calico/crd.projectcalico.org_bgpconfigurations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ spec:
format: int32
type: integer
bindMode:
enum:
- None
- NodeIP
type: string
communities:
items:
Expand All @@ -40,11 +43,14 @@ spec:
pattern: ^(\d+):(\d+)$|^(\d+):(\d+):(\d+)$
type: string
type: object
x-kubernetes-map-type: atomic
type: array
x-kubernetes-list-type: set
ignoredInterfaces:
items:
type: string
type: array
x-kubernetes-list-type: set
listenPort:
maximum: 65535
minimum: 1
Expand All @@ -54,6 +60,8 @@ spec:
localWorkloadPeeringIPV6:
type: string
logSeverityScreen:
default: Info
pattern: ^(?i)(Trace|Debug|Info|Warning|Error|Fatal)?$
type: string
nodeMeshMaxRestartTime:
type: string
Expand All @@ -79,27 +87,36 @@ spec:
items:
properties:
cidr:
format: cidr
type: string
communities:
items:
type: string
type: array
type: object
x-kubernetes-map-type: atomic
type: array
x-kubernetes-list-type: set
serviceClusterIPs:
items:
properties:
cidr:
format: cidr
type: string
type: object
x-kubernetes-map-type: atomic
type: array
x-kubernetes-list-type: set
serviceExternalIPs:
items:
properties:
cidr:
format: cidr
type: string
type: object
x-kubernetes-map-type: atomic
type: array
x-kubernetes-list-type: set
serviceLoadBalancerAggregation:
default: Enabled
enum:
Expand All @@ -110,9 +127,12 @@ spec:
items:
properties:
cidr:
format: cidr
type: string
type: object
x-kubernetes-map-type: atomic
type: array
x-kubernetes-list-type: set
type: object
type: object
served: true
Expand Down
52 changes: 52 additions & 0 deletions pkg/crds/calico/crd.projectcalico.org_bgpfilters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,21 @@ spec:
items:
properties:
action:
enum:
- Accept
- Reject
type: string
cidr:
format: cidr
type: string
interface:
type: string
matchOperator:
enum:
- Equal
- NotEqual
- In
- NotIn
type: string
prefixLength:
properties:
Expand All @@ -50,22 +59,35 @@ spec:
minimum: 0
type: integer
type: object
x-kubernetes-map-type: atomic
source:
enum:
- RemotePeers
type: string
required:
- action
type: object
x-kubernetes-map-type: atomic
type: array
exportV6:
items:
properties:
action:
enum:
- Accept
- Reject
type: string
cidr:
format: cidr
type: string
interface:
type: string
matchOperator:
enum:
- Equal
- NotEqual
- In
- NotIn
type: string
prefixLength:
properties:
Expand All @@ -80,22 +102,35 @@ spec:
minimum: 0
type: integer
type: object
x-kubernetes-map-type: atomic
source:
enum:
- RemotePeers
type: string
required:
- action
type: object
x-kubernetes-map-type: atomic
type: array
importV4:
items:
properties:
action:
enum:
- Accept
- Reject
type: string
cidr:
format: cidr
type: string
interface:
type: string
matchOperator:
enum:
- Equal
- NotEqual
- In
- NotIn
type: string
prefixLength:
properties:
Expand All @@ -110,22 +145,35 @@ spec:
minimum: 0
type: integer
type: object
x-kubernetes-map-type: atomic
source:
enum:
- RemotePeers
type: string
required:
- action
type: object
x-kubernetes-map-type: atomic
type: array
importV6:
items:
properties:
action:
enum:
- Accept
- Reject
type: string
cidr:
format: cidr
type: string
interface:
type: string
matchOperator:
enum:
- Equal
- NotEqual
- In
- NotIn
type: string
prefixLength:
properties:
Expand All @@ -140,11 +188,15 @@ spec:
minimum: 0
type: integer
type: object
x-kubernetes-map-type: atomic
source:
enum:
- RemotePeers
type: string
required:
- action
type: object
x-kubernetes-map-type: atomic
type: array
type: object
type: object
Expand Down
26 changes: 14 additions & 12 deletions pkg/crds/calico/crd.projectcalico.org_bgppeers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,10 @@ spec:
maxRestartTime:
type: string
nextHopMode:
allOf:
- enum:
- Auto
- Self
- Keep
- enum:
- Auto
- Self
- Keep
enum:
- Auto
- Self
- Keep
type: string
node:
type: string
Expand Down Expand Up @@ -85,11 +80,18 @@ spec:
reachableBy:
type: string
reversePeering:
enum:
- Auto
- Manual
allOf:
- enum:
- Auto
- Manual
- enum:
- Auto
- Manual
type: string
sourceAddress:
enum:
- UseNodeIP
- None
type: string
ttlSecurity:
type: integer
Expand Down
52 changes: 52 additions & 0 deletions pkg/crds/calico/crd.projectcalico.org_caliconodestatuses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ spec:
properties:
classes:
items:
enum:
- Agent
- BGP
- Routes
type: string
type: array
node:
Expand All @@ -49,6 +53,9 @@ spec:
routerID:
type: string
state:
enum:
- Ready
- NotReady
type: string
version:
type: string
Expand All @@ -62,6 +69,9 @@ spec:
routerID:
type: string
state:
enum:
- Ready
- NotReady
type: string
version:
type: string
Expand All @@ -85,8 +95,20 @@ spec:
since:
type: string
state:
enum:
- Idle
- Connect
- Active
- OpenSent
- OpenConfirm
- Established
- Close
type: string
type:
enum:
- NodeMesh
- NodePeer
- GlobalPeer
type: string
type: object
type: array
Expand All @@ -98,8 +120,20 @@ spec:
since:
type: string
state:
enum:
- Idle
- Connect
- Active
- OpenSent
- OpenConfirm
- Established
- Close
type: string
type:
enum:
- NodeMesh
- NodePeer
- GlobalPeer
type: string
type: object
type: array
Expand Down Expand Up @@ -129,9 +163,18 @@ spec:
peerIP:
type: string
sourceType:
enum:
- Kernel
- Static
- Direct
- NodeMesh
- BGPPeer
type: string
type: object
type:
enum:
- FIB
- RIB
type: string
type: object
type: array
Expand All @@ -149,9 +192,18 @@ spec:
peerIP:
type: string
sourceType:
enum:
- Kernel
- Static
- Direct
- NodeMesh
- BGPPeer
type: string
type: object
type:
enum:
- FIB
- RIB
type: string
type: object
type: array
Expand Down
Loading
Loading