Extend NetworkCatalogue CRD schema

Extends the NetworkCatalogue schema to include additional fields
for link objects in the commonHostNetworking.links array.

Change-Id: I562a5da8a8083b816d7111e462607d8e5c862aa0
This commit is contained in:
Matthew Fuller 2021-04-09 20:11:00 +00:00
parent d0df7d8e43
commit 1c19b4d351
1 changed files with 16 additions and 0 deletions

View File

@ -35,6 +35,22 @@ spec:
type:
type: string
mtu:
x-kubernetes-int-or-string: true
bond_links:
type: array
items:
type: string
bond_mode:
type: string
bond_xmit_hash_policy:
type: string
bond_miimon:
type: integer
vlan_link:
type: string
vlan_id:
type: integer
vlan_mac_address:
type: string
networks:
type: array