mirror of
https://github.com/kubernetes/client-go.git
synced 2026-05-18 21:55:25 +00:00
* Fixed and clarified comments and parameter names in index.go Fixed the comment on IndexFunc to say that it returns multiple indexed values. Clarified the comments and parameter names in the Indexer interface to consistently use a dichotomy between "storage keys" and "indexed values". * Updated comments in index.go based on review by Liggitt Kubernetes-commit: 4160909495626262ae514bab30fe81a3ff869d39
45 lines
1.9 KiB
Modula-2
45 lines
1.9 KiB
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/client-go
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Azure/go-autorest v11.1.2+incompatible
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/dgrijalva/jwt-go v0.0.0-20160705203006-01aeca54ebda // indirect
|
|
github.com/evanphx/json-patch v4.2.0+incompatible
|
|
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
|
|
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
|
|
github.com/golang/protobuf v1.2.0
|
|
github.com/google/btree v0.0.0-20160524151835-7d79101e329e // indirect
|
|
github.com/google/gofuzz v1.0.0
|
|
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d
|
|
github.com/gophercloud/gophercloud v0.0.0-20190126172459-c818fa66e4c8
|
|
github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7
|
|
github.com/imdario/mergo v0.3.5
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25
|
|
golang.org/x/net v0.0.0-20190328230028-74de082e2cca
|
|
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
|
|
golang.org/x/time v0.0.0-20161028155119-f51c12702a4d
|
|
google.golang.org/appengine v1.5.0 // indirect
|
|
k8s.io/api v0.0.0-20190626000116-b178a738ed00
|
|
k8s.io/apimachinery v0.0.0-20190624085041-961b39a1baa0
|
|
k8s.io/klog v0.3.1
|
|
k8s.io/utils v0.0.0-20190221042446-c2654d5206da
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|
|
|
|
replace (
|
|
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20181025213731-e84da0312774
|
|
golang.org/x/net => golang.org/x/net v0.0.0-20190206173232-65e2d4e15006
|
|
golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
|
|
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
|
|
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
|
|
k8s.io/api => k8s.io/api v0.0.0-20190626000116-b178a738ed00
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190624085041-961b39a1baa0
|
|
)
|