Vendor: Update k8s version
Signed-off-by: Michał Żyłowski <michal.zylowski@intel.com>
This commit is contained in:
parent
dfa93414c5
commit
52baf68d50
3756 changed files with 113013 additions and 92675 deletions
3
vendor/k8s.io/kubernetes/federation/pkg/dnsprovider/providers/coredns/rrchangeset.go
generated
vendored
3
vendor/k8s.io/kubernetes/federation/pkg/dnsprovider/providers/coredns/rrchangeset.go
generated
vendored
|
@ -19,10 +19,11 @@ package coredns
|
|||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"hash/fnv"
|
||||
|
||||
etcdc "github.com/coreos/etcd/client"
|
||||
dnsmsg "github.com/miekg/coredns/middleware/etcd/msg"
|
||||
"golang.org/x/net/context"
|
||||
"hash/fnv"
|
||||
"k8s.io/kubernetes/federation/pkg/dnsprovider"
|
||||
)
|
||||
|
||||
|
|
|
@ -18,9 +18,10 @@ limitations under the License.
|
|||
package stubs
|
||||
|
||||
import (
|
||||
"strings"
|
||||
|
||||
etcd "github.com/coreos/etcd/client"
|
||||
"golang.org/x/net/context"
|
||||
"strings"
|
||||
)
|
||||
|
||||
// Compile time check for interface conformance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue