Skip to content

Commit

Permalink
Add interfaces field in metallb.io l2advertisement_v1beta1.json (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-trojanowski authored Mar 2, 2023
1 parent 455b2f1 commit c522e37
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions metallb.io/l2advertisement_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@
},
"type": "array"
},
"interfaces": {
"description": "A list of interfaces to announce from. The LB IP will be announced only from these interfaces.If the field is not set, we advertise from all the interfaces on the host.",
"items": {
"type": "string"
},
"type": "array"
},
"nodeSelectors": {
"description": "NodeSelectors allows to limit the nodes to announce as next hops for the LoadBalancer IP. When empty, all the nodes having are announced as next hops.",
"items": {
Expand Down

0 comments on commit c522e37

Please sign in to comment.