Skip to content

Commit f8784aa

Browse files
committed
Expose containers that are associated with network
Signed-off-by: James Sturtevant <[email protected]>
1 parent 11375bf commit f8784aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/hns/hnsendpoint.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ type HNSEndpoint struct {
3131
EnableLowMetric bool `json:",omitempty"`
3232
Namespace *Namespace `json:",omitempty"`
3333
EncapOverhead uint16 `json:",omitempty"`
34+
SharedContainers []string `json:",omitempty"`
3435
}
3536

3637
//SystemType represents the type of the system on which actions are done

0 commit comments

Comments
 (0)