update vendor dependencies for kubelet client

adding new imported package dependencies in vendor which is required
for Kubelet Pod Resource api client.

Change-Id: If6c74598e12af5f8659df69371e72dd064823f49
This commit is contained in:
Abdul Halim
2019-02-07 15:44:15 +00:00
committed by Doug Smith
parent c319f6b52c
commit 8ee7eb335e
12542 changed files with 2815677 additions and 296 deletions

View File

@@ -37,6 +37,9 @@ func (h *Handle) RuleDel(rule *Rule) error {
func ruleHandle(rule *Rule, req *nl.NetlinkRequest) error {
msg := nl.NewRtMsg()
msg.Family = syscall.AF_INET
if rule.Family != 0 {
msg.Family = uint8(rule.Family)
}
var dstFamily uint8
var rtAttrs []*nl.RtAttr