Files
client-go/Godeps/Godeps.json
Kubernetes Publisher 97bcf95ca0 Merge pull request #54921 from weiwei04/fix_reflector_last_resource_version
Automatic merge from submit-queue (batch tested with PRs 54800, 53898, 54812, 54921, 53558). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

rename metric reflector_xx_last_resource_version

**What this PR does / why we need it**:

mv reflector name from metric name to metric label

before:

```
reflector_k8s_io_kubernetes_pkg_client_informers_informers_generated_internalversion_factory_go:73_8664_last_resource_version{instance="104.154.20.21:443",job="kubernetes-apiservers"}
```

after

```
reflector_last_resource_version{instance="10.0.2.15:6443",job="kubernetes-apiservers",name="k8s_io_kubernetes_pkg_client_informers_informers_generated_internalversion_factory_go_73_8664"}
```

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #52121

**Special notes for your reviewer**:

None

**Release note**:

```release-note
NONE
```

Kubernetes-commit: b7968e090730141f915577fa116e44e2bc6c0099
2017-12-07 04:13:41 +00:00

699 lines
21 KiB
JSON

{
"ImportPath": "k8s.io/client-go",
"GoVersion": "go1.8",
"GodepVersion": "v79",
"Packages": [
"./..."
],
"Deps": [
{
"ImportPath": "cloud.google.com/go/compute/metadata",
"Rev": "3b1ae45394a234c385be014e9a488f2bb6eef821"
},
{
"ImportPath": "cloud.google.com/go/internal",
"Rev": "3b1ae45394a234c385be014e9a488f2bb6eef821"
},
{
"ImportPath": "github.com/Azure/go-autorest/autorest",
"Rev": "58f6f26e200fa5dfb40c9cd1c83f3e2c860d779d"
},
{
"ImportPath": "github.com/Azure/go-autorest/autorest/adal",
"Rev": "58f6f26e200fa5dfb40c9cd1c83f3e2c860d779d"
},
{
"ImportPath": "github.com/Azure/go-autorest/autorest/azure",
"Rev": "58f6f26e200fa5dfb40c9cd1c83f3e2c860d779d"
},
{
"ImportPath": "github.com/Azure/go-autorest/autorest/date",
"Rev": "58f6f26e200fa5dfb40c9cd1c83f3e2c860d779d"
},
{
"ImportPath": "github.com/PuerkitoBio/purell",
"Rev": "8a290539e2e8629dbc4e6bad948158f790ec31f4"
},
{
"ImportPath": "github.com/PuerkitoBio/urlesc",
"Rev": "5bd2802263f21d8788851d5305584c82a5c75d7e"
},
{
"ImportPath": "github.com/coreos/go-oidc/http",
"Rev": "a4973d9a4225417aecf5d450a9522f00c1f7130f"
},
{
"ImportPath": "github.com/coreos/go-oidc/jose",
"Rev": "a4973d9a4225417aecf5d450a9522f00c1f7130f"
},
{
"ImportPath": "github.com/coreos/go-oidc/key",
"Rev": "a4973d9a4225417aecf5d450a9522f00c1f7130f"
},
{
"ImportPath": "github.com/coreos/go-oidc/oauth2",
"Rev": "a4973d9a4225417aecf5d450a9522f00c1f7130f"
},
{
"ImportPath": "github.com/coreos/go-oidc/oidc",
"Rev": "a4973d9a4225417aecf5d450a9522f00c1f7130f"
},
{
"ImportPath": "github.com/coreos/pkg/health",
"Rev": "fa29b1d70f0beaddd4c7021607cc3c3be8ce94b8"
},
{
"ImportPath": "github.com/coreos/pkg/httputil",
"Rev": "fa29b1d70f0beaddd4c7021607cc3c3be8ce94b8"
},
{
"ImportPath": "github.com/coreos/pkg/timeutil",
"Rev": "fa29b1d70f0beaddd4c7021607cc3c3be8ce94b8"
},
{
"ImportPath": "github.com/davecgh/go-spew/spew",
"Rev": "782f4967f2dc4564575ca782fe2d04090b5faca8"
},
{
"ImportPath": "github.com/dgrijalva/jwt-go",
"Rev": "01aeca54ebda6e0fbfafd0a524d234159c05ec20"
},
{
"ImportPath": "github.com/docker/spdystream",
"Rev": "449fdfce4d962303d702fec724ef0ad181c92528"
},
{
"ImportPath": "github.com/docker/spdystream/spdy",
"Rev": "449fdfce4d962303d702fec724ef0ad181c92528"
},
{
"ImportPath": "github.com/emicklei/go-restful",
"Rev": "ff4f55a206334ef123e4f79bbf348980da81ca46"
},
{
"ImportPath": "github.com/emicklei/go-restful/log",
"Rev": "ff4f55a206334ef123e4f79bbf348980da81ca46"
},
{
"ImportPath": "github.com/ghodss/yaml",
"Rev": "73d445a93680fa1a78ae23a5839bad48f32ba1ee"
},
{
"ImportPath": "github.com/go-openapi/jsonpointer",
"Rev": "46af16f9f7b149af66e5d1bd010e3574dc06de98"
},
{
"ImportPath": "github.com/go-openapi/jsonreference",
"Rev": "13c6e3589ad90f49bd3e3bbe2c2cb3d7a4142272"
},
{
"ImportPath": "github.com/go-openapi/spec",
"Rev": "7abd5745472fff5eb3685386d5fb8bf38683154d"
},
{
"ImportPath": "github.com/go-openapi/swag",
"Rev": "f3f9494671f93fcff853e3c6e9e948b3eb71e590"
},
{
"ImportPath": "github.com/gogo/protobuf/proto",
"Rev": "c0656edd0d9eab7c66d1eb0c568f9039345796f7"
},
{
"ImportPath": "github.com/gogo/protobuf/sortkeys",
"Rev": "c0656edd0d9eab7c66d1eb0c568f9039345796f7"
},
{
"ImportPath": "github.com/golang/glog",
"Rev": "44145f04b68cf362d9c4df2182967c2275eaefed"
},
{
"ImportPath": "github.com/golang/groupcache/lru",
"Rev": "02826c3e79038b59d737d3b1c0a1d937f71a4433"
},
{
"ImportPath": "github.com/golang/protobuf/proto",
"Rev": "4bd1920723d7b7c925de087aa32e2187708897f7"
},
{
"ImportPath": "github.com/golang/protobuf/ptypes",
"Rev": "4bd1920723d7b7c925de087aa32e2187708897f7"
},
{
"ImportPath": "github.com/golang/protobuf/ptypes/any",
"Rev": "4bd1920723d7b7c925de087aa32e2187708897f7"
},
{
"ImportPath": "github.com/golang/protobuf/ptypes/duration",
"Rev": "4bd1920723d7b7c925de087aa32e2187708897f7"
},
{
"ImportPath": "github.com/golang/protobuf/ptypes/timestamp",
"Rev": "4bd1920723d7b7c925de087aa32e2187708897f7"
},
{
"ImportPath": "github.com/google/btree",
"Rev": "7d79101e329e5a3adf994758c578dab82b90c017"
},
{
"ImportPath": "github.com/google/gofuzz",
"Rev": "44d81051d367757e1c7c6a5a86423ece9afcf63c"
},
{
"ImportPath": "github.com/googleapis/gnostic/OpenAPIv2",
"Rev": "0c5108395e2debce0d731cf0287ddf7242066aba"
},
{
"ImportPath": "github.com/googleapis/gnostic/compiler",
"Rev": "0c5108395e2debce0d731cf0287ddf7242066aba"
},
{
"ImportPath": "github.com/googleapis/gnostic/extensions",
"Rev": "0c5108395e2debce0d731cf0287ddf7242066aba"
},
{
"ImportPath": "github.com/gophercloud/gophercloud",
"Rev": "443743e88335413103dcf1997e46d401b264fbcd"
},
{
"ImportPath": "github.com/gophercloud/gophercloud/openstack",
"Rev": "443743e88335413103dcf1997e46d401b264fbcd"
},
{
"ImportPath": "github.com/gophercloud/gophercloud/openstack/identity/v2/tenants",
"Rev": "443743e88335413103dcf1997e46d401b264fbcd"
},
{
"ImportPath": "github.com/gophercloud/gophercloud/openstack/identity/v2/tokens",
"Rev": "443743e88335413103dcf1997e46d401b264fbcd"
},
{
"ImportPath": "github.com/gophercloud/gophercloud/openstack/identity/v3/tokens",
"Rev": "443743e88335413103dcf1997e46d401b264fbcd"
},
{
"ImportPath": "github.com/gophercloud/gophercloud/openstack/utils",
"Rev": "443743e88335413103dcf1997e46d401b264fbcd"
},
{
"ImportPath": "github.com/gophercloud/gophercloud/pagination",
"Rev": "443743e88335413103dcf1997e46d401b264fbcd"
},
{
"ImportPath": "github.com/gregjones/httpcache",
"Rev": "787624de3eb7bd915c329cba748687a3b22666a6"
},
{
"ImportPath": "github.com/gregjones/httpcache/diskcache",
"Rev": "787624de3eb7bd915c329cba748687a3b22666a6"
},
{
"ImportPath": "github.com/hashicorp/golang-lru",
"Rev": "a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4"
},
{
"ImportPath": "github.com/hashicorp/golang-lru/simplelru",
"Rev": "a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4"
},
{
"ImportPath": "github.com/howeyc/gopass",
"Rev": "bf9dde6d0d2c004a008c27aaee91170c786f6db8"
},
{
"ImportPath": "github.com/imdario/mergo",
"Rev": "6633656539c1639d9d78127b7d47c622b5d7b6dc"
},
{
"ImportPath": "github.com/jonboulle/clockwork",
"Rev": "72f9bd7c4e0c2a40055ab3d0f09654f730cce982"
},
{
"ImportPath": "github.com/json-iterator/go",
"Rev": "36b14963da70d11297d313183d7e6388c8510e1e"
},
{
"ImportPath": "github.com/juju/ratelimit",
"Rev": "5b9ff866471762aa2ab2dced63c9fb6f53921342"
},
{
"ImportPath": "github.com/mailru/easyjson/buffer",
"Rev": "2f5df55504ebc322e4d52d34df6a1f5b503bf26d"
},
{
"ImportPath": "github.com/mailru/easyjson/jlexer",
"Rev": "2f5df55504ebc322e4d52d34df6a1f5b503bf26d"
},
{
"ImportPath": "github.com/mailru/easyjson/jwriter",
"Rev": "2f5df55504ebc322e4d52d34df6a1f5b503bf26d"
},
{
"ImportPath": "github.com/peterbourgon/diskv",
"Rev": "5f041e8faa004a95c88a202771f4cc3e991971e6"
},
{
"ImportPath": "github.com/pmezard/go-difflib/difflib",
"Rev": "d8ed2627bdf02c080bf22230dbb337003b7aba2d"
},
{
"ImportPath": "github.com/spf13/pflag",
"Rev": "9ff6c6923cfffbcd502984b8e0c80539a94968b7"
},
{
"ImportPath": "github.com/stretchr/testify/assert",
"Rev": "f6abca593680b2315d2075e0f5e2a9751e3f431a"
},
{
"ImportPath": "golang.org/x/crypto/ssh/terminal",
"Rev": "81e90905daefcd6fd217b62423c0908922eadb30"
},
{
"ImportPath": "golang.org/x/net/context",
"Rev": "1c05540f6879653db88113bc4a2b70aec4bd491f"
},
{
"ImportPath": "golang.org/x/net/context/ctxhttp",
"Rev": "1c05540f6879653db88113bc4a2b70aec4bd491f"
},
{
"ImportPath": "golang.org/x/net/http2",
"Rev": "1c05540f6879653db88113bc4a2b70aec4bd491f"
},
{
"ImportPath": "golang.org/x/net/http2/hpack",
"Rev": "1c05540f6879653db88113bc4a2b70aec4bd491f"
},
{
"ImportPath": "golang.org/x/net/idna",
"Rev": "1c05540f6879653db88113bc4a2b70aec4bd491f"
},
{
"ImportPath": "golang.org/x/net/lex/httplex",
"Rev": "1c05540f6879653db88113bc4a2b70aec4bd491f"
},
{
"ImportPath": "golang.org/x/oauth2",
"Rev": "a6bd8cefa1811bd24b86f8902872e4e8225f74c4"
},
{
"ImportPath": "golang.org/x/oauth2/google",
"Rev": "a6bd8cefa1811bd24b86f8902872e4e8225f74c4"
},
{
"ImportPath": "golang.org/x/oauth2/internal",
"Rev": "a6bd8cefa1811bd24b86f8902872e4e8225f74c4"
},
{
"ImportPath": "golang.org/x/oauth2/jws",
"Rev": "a6bd8cefa1811bd24b86f8902872e4e8225f74c4"
},
{
"ImportPath": "golang.org/x/oauth2/jwt",
"Rev": "a6bd8cefa1811bd24b86f8902872e4e8225f74c4"
},
{
"ImportPath": "golang.org/x/sys/unix",
"Rev": "7ddbeae9ae08c6a06a59597f0c9edbc5ff2444ce"
},
{
"ImportPath": "golang.org/x/sys/windows",
"Rev": "7ddbeae9ae08c6a06a59597f0c9edbc5ff2444ce"
},
{
"ImportPath": "golang.org/x/text/cases",
"Rev": "b19bf474d317b857955b12035d2c5acb57ce8b01"
},
{
"ImportPath": "golang.org/x/text/internal",
"Rev": "b19bf474d317b857955b12035d2c5acb57ce8b01"
},
{
"ImportPath": "golang.org/x/text/internal/tag",
"Rev": "b19bf474d317b857955b12035d2c5acb57ce8b01"
},
{
"ImportPath": "golang.org/x/text/language",
"Rev": "b19bf474d317b857955b12035d2c5acb57ce8b01"
},
{
"ImportPath": "golang.org/x/text/runes",
"Rev": "b19bf474d317b857955b12035d2c5acb57ce8b01"
},
{
"ImportPath": "golang.org/x/text/secure/bidirule",
"Rev": "b19bf474d317b857955b12035d2c5acb57ce8b01"
},
{
"ImportPath": "golang.org/x/text/secure/precis",
"Rev": "b19bf474d317b857955b12035d2c5acb57ce8b01"
},
{
"ImportPath": "golang.org/x/text/transform",
"Rev": "b19bf474d317b857955b12035d2c5acb57ce8b01"
},
{
"ImportPath": "golang.org/x/text/unicode/bidi",
"Rev": "b19bf474d317b857955b12035d2c5acb57ce8b01"
},
{
"ImportPath": "golang.org/x/text/unicode/norm",
"Rev": "b19bf474d317b857955b12035d2c5acb57ce8b01"
},
{
"ImportPath": "golang.org/x/text/width",
"Rev": "b19bf474d317b857955b12035d2c5acb57ce8b01"
},
{
"ImportPath": "gopkg.in/inf.v0",
"Rev": "3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4"
},
{
"ImportPath": "gopkg.in/yaml.v2",
"Rev": "53feefa2559fb8dfa8d81baad31be332c97d6c77"
},
{
"ImportPath": "k8s.io/api/admissionregistration/v1alpha1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/apps/v1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/apps/v1beta1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/apps/v1beta2",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/authentication/v1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/authentication/v1beta1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/authorization/v1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/authorization/v1beta1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/autoscaling/v1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/autoscaling/v2beta1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/batch/v1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/batch/v1beta1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/batch/v2alpha1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/certificates/v1beta1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/core/v1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/extensions/v1beta1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/imagepolicy/v1alpha1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/networking/v1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/policy/v1beta1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/rbac/v1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/rbac/v1alpha1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/rbac/v1beta1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/scheduling/v1alpha1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/settings/v1alpha1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/storage/v1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/api/storage/v1beta1",
"Rev": "447c79b355fd16e12ec3a5bf2206cb221e604afe"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/api/equality",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/api/errors",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/api/meta",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/api/resource",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/api/testing",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/api/testing/fuzzer",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/api/testing/roundtrip",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/apimachinery",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/apimachinery/announced",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/apimachinery/registered",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/fuzzer",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/internalversion",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/v1",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/v1alpha1",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/conversion",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/conversion/queryparams",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/conversion/unstructured",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/fields",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/labels",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime/schema",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/json",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/protobuf",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/recognizer",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/streaming",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/versioning",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/selection",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/types",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/cache",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/clock",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/diff",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/errors",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/framer",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/httpstream",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/httpstream/spdy",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/intstr",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/json",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/mergepatch",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/net",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/remotecommand",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/runtime",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/sets",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/strategicpatch",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/validation",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/validation/field",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/wait",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/util/yaml",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/version",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/pkg/watch",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/third_party/forked/golang/json",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/third_party/forked/golang/netutil",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/apimachinery/third_party/forked/golang/reflect",
"Rev": "29ad778ed160b0a342405cda3afe6b892dae01e0"
},
{
"ImportPath": "k8s.io/kube-openapi/pkg/common",
"Rev": "61b46af70dfed79c6d24530cd23b41440a7f22a5"
}
]
}