Skip to content

Commit

Permalink
Merge pull request #25 from adrianchiris/infiniband-guid-support
Browse files Browse the repository at this point in the history
Add infiniband-guid attribute to Network Selection Element
  • Loading branch information
s1061123 authored Jun 26, 2020
2 parents 624c01c + 266a7be commit 37f83d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/apis/k8s.cni.cncf.io/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ type NetworkSelectionElement struct {
// MacRequest contains an optional requested MAC address for this
// network attachment
MacRequest string `json:"mac,omitempty"`
// InfinibandGUIDRequest contains an optional requested Infiniband GUID
// address for this network attachment
InfinibandGUIDRequest string `json:"infiniband-guid,omitempty"`
// InterfaceRequest contains an optional requested name for the
// network interface this attachment will create in the container
InterfaceRequest string `json:"interface,omitempty"`
Expand Down

0 comments on commit 37f83d1

Please sign in to comment.