Merge "Extend NetworkCatalogue CRD schema" into v2.0
This commit is contained in:
commit
c3d09ee5cf
@ -35,6 +35,22 @@ spec:
|
|||||||
type:
|
type:
|
||||||
type: string
|
type: string
|
||||||
mtu:
|
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
|
type: string
|
||||||
networks:
|
networks:
|
||||||
type: array
|
type: array
|
||||||
|
Loading…
x
Reference in New Issue
Block a user