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:
parent
da5116921d
commit
17adad098b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user