mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-05-12 01:34:21 +08:00
Merge pull request #57504 from yue9944882/fix-fake-client-dummy-watch
Automatic merge from submit-queue. 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>. feat(fakeclient): push event on watched channel on add/update/delete **What this PR does / why we need it**: This PR enables watch function for kubernetes [fakeclient](1bcf0b0a22/staging/src/k8s.io/client-go/kubernetes/fake/clientset_generated.go (L88)
). This fake client add watchReactorFunction by wrapping [watch.NewFake](1bcf0b0a22/staging/src/k8s.io/client-go/kubernetes/fake/clientset_generated.go (L98)
) which is a `chan Event` but actually nothing pushes objects into this channel. So all watch function called by fake client will never return or never receive any object. This PR intercepts ReactionFunc of `Create / Update / DeleteActionImpl` and will push the requested object to channel. 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 #54075 **Special notes for your reviewer**: **Release note**: ```dev-release-note enable watch function for fake client ``` Kubernetes-commit: 268555a30a0f028762854f5b0d3ebb587e2ee4ee
This commit is contained in:
commit
83669b2316
316
Godeps/Godeps.json
generated
316
Godeps/Godeps.json
generated
@ -264,635 +264,635 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/api/errors",
|
"ImportPath": "k8s.io/apimachinery/pkg/api/errors",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/api/meta",
|
"ImportPath": "k8s.io/apimachinery/pkg/api/meta",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/api/resource",
|
"ImportPath": "k8s.io/apimachinery/pkg/api/resource",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/internalversion",
|
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/internalversion",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/v1",
|
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/v1",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured",
|
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/v1alpha1",
|
"ImportPath": "k8s.io/apimachinery/pkg/apis/meta/v1alpha1",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/conversion",
|
"ImportPath": "k8s.io/apimachinery/pkg/conversion",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/conversion/queryparams",
|
"ImportPath": "k8s.io/apimachinery/pkg/conversion/queryparams",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/fields",
|
"ImportPath": "k8s.io/apimachinery/pkg/fields",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/labels",
|
"ImportPath": "k8s.io/apimachinery/pkg/labels",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/runtime",
|
"ImportPath": "k8s.io/apimachinery/pkg/runtime",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/runtime/schema",
|
"ImportPath": "k8s.io/apimachinery/pkg/runtime/schema",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer",
|
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/json",
|
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/json",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/protobuf",
|
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/protobuf",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/recognizer",
|
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/recognizer",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/streaming",
|
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/streaming",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/versioning",
|
"ImportPath": "k8s.io/apimachinery/pkg/runtime/serializer/versioning",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/selection",
|
"ImportPath": "k8s.io/apimachinery/pkg/selection",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/types",
|
"ImportPath": "k8s.io/apimachinery/pkg/types",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/cache",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/cache",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/clock",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/clock",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/diff",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/diff",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/errors",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/errors",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/framer",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/framer",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/intstr",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/intstr",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/json",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/json",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/mergepatch",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/mergepatch",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/net",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/net",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/runtime",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/runtime",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/sets",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/sets",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/strategicpatch",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/strategicpatch",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/validation",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/validation",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/validation/field",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/validation/field",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/wait",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/wait",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/util/yaml",
|
"ImportPath": "k8s.io/apimachinery/pkg/util/yaml",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/version",
|
"ImportPath": "k8s.io/apimachinery/pkg/version",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/pkg/watch",
|
"ImportPath": "k8s.io/apimachinery/pkg/watch",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/third_party/forked/golang/json",
|
"ImportPath": "k8s.io/apimachinery/third_party/forked/golang/json",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/apimachinery/third_party/forked/golang/reflect",
|
"ImportPath": "k8s.io/apimachinery/third_party/forked/golang/reflect",
|
||||||
"Rev": "c33db96a31b68b53ce6903caf3ba93571acb0e51"
|
"Rev": "bc918d4f73e11cb3110730ec8e8ee02c58d6267c"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/discovery",
|
"ImportPath": "k8s.io/client-go/discovery",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/discovery/fake",
|
"ImportPath": "k8s.io/client-go/discovery/fake",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers",
|
"ImportPath": "k8s.io/client-go/informers",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/admissionregistration",
|
"ImportPath": "k8s.io/client-go/informers/admissionregistration",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/admissionregistration/v1alpha1",
|
"ImportPath": "k8s.io/client-go/informers/admissionregistration/v1alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/admissionregistration/v1beta1",
|
"ImportPath": "k8s.io/client-go/informers/admissionregistration/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/apps",
|
"ImportPath": "k8s.io/client-go/informers/apps",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/apps/v1",
|
"ImportPath": "k8s.io/client-go/informers/apps/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/apps/v1beta1",
|
"ImportPath": "k8s.io/client-go/informers/apps/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/apps/v1beta2",
|
"ImportPath": "k8s.io/client-go/informers/apps/v1beta2",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/autoscaling",
|
"ImportPath": "k8s.io/client-go/informers/autoscaling",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/autoscaling/v1",
|
"ImportPath": "k8s.io/client-go/informers/autoscaling/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/autoscaling/v2beta1",
|
"ImportPath": "k8s.io/client-go/informers/autoscaling/v2beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/batch",
|
"ImportPath": "k8s.io/client-go/informers/batch",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/batch/v1",
|
"ImportPath": "k8s.io/client-go/informers/batch/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/batch/v1beta1",
|
"ImportPath": "k8s.io/client-go/informers/batch/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/batch/v2alpha1",
|
"ImportPath": "k8s.io/client-go/informers/batch/v2alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/certificates",
|
"ImportPath": "k8s.io/client-go/informers/certificates",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/certificates/v1beta1",
|
"ImportPath": "k8s.io/client-go/informers/certificates/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/core",
|
"ImportPath": "k8s.io/client-go/informers/core",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/core/v1",
|
"ImportPath": "k8s.io/client-go/informers/core/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/events",
|
"ImportPath": "k8s.io/client-go/informers/events",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/events/v1beta1",
|
"ImportPath": "k8s.io/client-go/informers/events/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/extensions",
|
"ImportPath": "k8s.io/client-go/informers/extensions",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/extensions/v1beta1",
|
"ImportPath": "k8s.io/client-go/informers/extensions/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/internalinterfaces",
|
"ImportPath": "k8s.io/client-go/informers/internalinterfaces",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/networking",
|
"ImportPath": "k8s.io/client-go/informers/networking",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/networking/v1",
|
"ImportPath": "k8s.io/client-go/informers/networking/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/policy",
|
"ImportPath": "k8s.io/client-go/informers/policy",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/policy/v1beta1",
|
"ImportPath": "k8s.io/client-go/informers/policy/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/rbac",
|
"ImportPath": "k8s.io/client-go/informers/rbac",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/rbac/v1",
|
"ImportPath": "k8s.io/client-go/informers/rbac/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/rbac/v1alpha1",
|
"ImportPath": "k8s.io/client-go/informers/rbac/v1alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/rbac/v1beta1",
|
"ImportPath": "k8s.io/client-go/informers/rbac/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/scheduling",
|
"ImportPath": "k8s.io/client-go/informers/scheduling",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/scheduling/v1alpha1",
|
"ImportPath": "k8s.io/client-go/informers/scheduling/v1alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/settings",
|
"ImportPath": "k8s.io/client-go/informers/settings",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/settings/v1alpha1",
|
"ImportPath": "k8s.io/client-go/informers/settings/v1alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/storage",
|
"ImportPath": "k8s.io/client-go/informers/storage",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/storage/v1",
|
"ImportPath": "k8s.io/client-go/informers/storage/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/storage/v1alpha1",
|
"ImportPath": "k8s.io/client-go/informers/storage/v1alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/informers/storage/v1beta1",
|
"ImportPath": "k8s.io/client-go/informers/storage/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes",
|
"ImportPath": "k8s.io/client-go/kubernetes",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/scheme",
|
"ImportPath": "k8s.io/client-go/kubernetes/scheme",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/apps/v1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/apps/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/apps/v1beta1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/apps/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/apps/v1beta2",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/apps/v1beta2",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/authentication/v1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/authentication/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/authentication/v1beta1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/authentication/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/authorization/v1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/authorization/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/authorization/v1beta1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/authorization/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/autoscaling/v1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/autoscaling/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/batch/v1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/batch/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/batch/v1beta1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/batch/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/batch/v2alpha1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/batch/v2alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/certificates/v1beta1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/certificates/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/core/v1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/core/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/events/v1beta1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/events/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/extensions/v1beta1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/extensions/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/networking/v1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/networking/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/policy/v1beta1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/policy/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/rbac/v1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/rbac/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/rbac/v1alpha1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/rbac/v1alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/rbac/v1beta1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/rbac/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/settings/v1alpha1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/settings/v1alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/storage/v1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/storage/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/storage/v1alpha1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/storage/v1alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/kubernetes/typed/storage/v1beta1",
|
"ImportPath": "k8s.io/client-go/kubernetes/typed/storage/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/admissionregistration/v1alpha1",
|
"ImportPath": "k8s.io/client-go/listers/admissionregistration/v1alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/admissionregistration/v1beta1",
|
"ImportPath": "k8s.io/client-go/listers/admissionregistration/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/apps/v1",
|
"ImportPath": "k8s.io/client-go/listers/apps/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/apps/v1beta1",
|
"ImportPath": "k8s.io/client-go/listers/apps/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/apps/v1beta2",
|
"ImportPath": "k8s.io/client-go/listers/apps/v1beta2",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/autoscaling/v1",
|
"ImportPath": "k8s.io/client-go/listers/autoscaling/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/autoscaling/v2beta1",
|
"ImportPath": "k8s.io/client-go/listers/autoscaling/v2beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/batch/v1",
|
"ImportPath": "k8s.io/client-go/listers/batch/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/batch/v1beta1",
|
"ImportPath": "k8s.io/client-go/listers/batch/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/batch/v2alpha1",
|
"ImportPath": "k8s.io/client-go/listers/batch/v2alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/certificates/v1beta1",
|
"ImportPath": "k8s.io/client-go/listers/certificates/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/core/v1",
|
"ImportPath": "k8s.io/client-go/listers/core/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/events/v1beta1",
|
"ImportPath": "k8s.io/client-go/listers/events/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/extensions/v1beta1",
|
"ImportPath": "k8s.io/client-go/listers/extensions/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/networking/v1",
|
"ImportPath": "k8s.io/client-go/listers/networking/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/policy/v1beta1",
|
"ImportPath": "k8s.io/client-go/listers/policy/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/rbac/v1",
|
"ImportPath": "k8s.io/client-go/listers/rbac/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/rbac/v1alpha1",
|
"ImportPath": "k8s.io/client-go/listers/rbac/v1alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/rbac/v1beta1",
|
"ImportPath": "k8s.io/client-go/listers/rbac/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/scheduling/v1alpha1",
|
"ImportPath": "k8s.io/client-go/listers/scheduling/v1alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/settings/v1alpha1",
|
"ImportPath": "k8s.io/client-go/listers/settings/v1alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/storage/v1",
|
"ImportPath": "k8s.io/client-go/listers/storage/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/storage/v1alpha1",
|
"ImportPath": "k8s.io/client-go/listers/storage/v1alpha1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/listers/storage/v1beta1",
|
"ImportPath": "k8s.io/client-go/listers/storage/v1beta1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/pkg/version",
|
"ImportPath": "k8s.io/client-go/pkg/version",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/rest",
|
"ImportPath": "k8s.io/client-go/rest",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/rest/watch",
|
"ImportPath": "k8s.io/client-go/rest/watch",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/testing",
|
"ImportPath": "k8s.io/client-go/testing",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/tools/auth",
|
"ImportPath": "k8s.io/client-go/tools/auth",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/tools/cache",
|
"ImportPath": "k8s.io/client-go/tools/cache",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/tools/clientcmd",
|
"ImportPath": "k8s.io/client-go/tools/clientcmd",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/tools/clientcmd/api",
|
"ImportPath": "k8s.io/client-go/tools/clientcmd/api",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/tools/clientcmd/api/latest",
|
"ImportPath": "k8s.io/client-go/tools/clientcmd/api/latest",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/tools/clientcmd/api/v1",
|
"ImportPath": "k8s.io/client-go/tools/clientcmd/api/v1",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/tools/metrics",
|
"ImportPath": "k8s.io/client-go/tools/metrics",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/tools/pager",
|
"ImportPath": "k8s.io/client-go/tools/pager",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/tools/record",
|
"ImportPath": "k8s.io/client-go/tools/record",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/tools/reference",
|
"ImportPath": "k8s.io/client-go/tools/reference",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/transport",
|
"ImportPath": "k8s.io/client-go/transport",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/util/buffer",
|
"ImportPath": "k8s.io/client-go/util/buffer",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/util/cert",
|
"ImportPath": "k8s.io/client-go/util/cert",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/util/flowcontrol",
|
"ImportPath": "k8s.io/client-go/util/flowcontrol",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/util/homedir",
|
"ImportPath": "k8s.io/client-go/util/homedir",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/util/integer",
|
"ImportPath": "k8s.io/client-go/util/integer",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/client-go/util/workqueue",
|
"ImportPath": "k8s.io/client-go/util/workqueue",
|
||||||
"Rev": "b1fb949a8b508e11971a4f708035f167ffb8a3a7"
|
"Rev": "e9556070fb13ce356af1ae66fd7f77e1b5815338"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "k8s.io/kube-openapi/pkg/util/proto",
|
"ImportPath": "k8s.io/kube-openapi/pkg/util/proto",
|
||||||
|
@ -41,7 +41,15 @@ func NewSimpleClientset(objects ...runtime.Object) *Clientset {
|
|||||||
|
|
||||||
fakePtr := testing.Fake{}
|
fakePtr := testing.Fake{}
|
||||||
fakePtr.AddReactor("*", "*", testing.ObjectReaction(o))
|
fakePtr.AddReactor("*", "*", testing.ObjectReaction(o))
|
||||||
fakePtr.AddWatchReactor("*", testing.DefaultWatchReactor(watch.NewFake(), nil))
|
fakePtr.AddWatchReactor("*", func(action testing.Action) (handled bool, ret watch.Interface, err error) {
|
||||||
|
gvr := action.GetResource()
|
||||||
|
ns := action.GetNamespace()
|
||||||
|
watch, err := o.Watch(gvr, ns)
|
||||||
|
if err != nil {
|
||||||
|
return false, nil, err
|
||||||
|
}
|
||||||
|
return true, watch, nil
|
||||||
|
})
|
||||||
|
|
||||||
return &Clientset{fakePtr, &fakediscovery.FakeDiscovery{Fake: &fakePtr}}
|
return &Clientset{fakePtr, &fakediscovery.FakeDiscovery{Fake: &fakePtr}}
|
||||||
}
|
}
|
||||||
|
18
vendor/k8s.io/apimachinery/pkg/api/errors/errors.go
generated
vendored
18
vendor/k8s.io/apimachinery/pkg/api/errors/errors.go
generated
vendored
@ -352,6 +352,14 @@ func NewGenericServerResponse(code int, verb string, qualifiedResource schema.Gr
|
|||||||
reason = metav1.StatusReasonForbidden
|
reason = metav1.StatusReasonForbidden
|
||||||
// the server message has details about who is trying to perform what action. Keep its message.
|
// the server message has details about who is trying to perform what action. Keep its message.
|
||||||
message = serverMessage
|
message = serverMessage
|
||||||
|
case http.StatusNotAcceptable:
|
||||||
|
reason = metav1.StatusReasonNotAcceptable
|
||||||
|
// the server message has details about what types are acceptable
|
||||||
|
message = serverMessage
|
||||||
|
case http.StatusUnsupportedMediaType:
|
||||||
|
reason = metav1.StatusReasonUnsupportedMediaType
|
||||||
|
// the server message has details about what types are acceptable
|
||||||
|
message = serverMessage
|
||||||
case http.StatusMethodNotAllowed:
|
case http.StatusMethodNotAllowed:
|
||||||
reason = metav1.StatusReasonMethodNotAllowed
|
reason = metav1.StatusReasonMethodNotAllowed
|
||||||
message = "the server does not allow this method on the requested resource"
|
message = "the server does not allow this method on the requested resource"
|
||||||
@ -434,6 +442,16 @@ func IsResourceExpired(err error) bool {
|
|||||||
return ReasonForError(err) == metav1.StatusReasonExpired
|
return ReasonForError(err) == metav1.StatusReasonExpired
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// IsNotAcceptable determines if err is an error which indicates that the request failed due to an invalid Accept header
|
||||||
|
func IsNotAcceptable(err error) bool {
|
||||||
|
return ReasonForError(err) == metav1.StatusReasonNotAcceptable
|
||||||
|
}
|
||||||
|
|
||||||
|
// IsUnsupportedMediaType determines if err is an error which indicates that the request failed due to an invalid Content-Type header
|
||||||
|
func IsUnsupportedMediaType(err error) bool {
|
||||||
|
return ReasonForError(err) == metav1.StatusReasonUnsupportedMediaType
|
||||||
|
}
|
||||||
|
|
||||||
// IsMethodNotSupported determines if the err is an error which indicates the provided action could not
|
// IsMethodNotSupported determines if the err is an error which indicates the provided action could not
|
||||||
// be performed because it is not supported by the server.
|
// be performed because it is not supported by the server.
|
||||||
func IsMethodNotSupported(err error) bool {
|
func IsMethodNotSupported(err error) bool {
|
||||||
|
12
vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types.go
generated
vendored
12
vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types.go
generated
vendored
@ -651,6 +651,18 @@ const (
|
|||||||
// can only be created. API calls that return MethodNotAllowed can never succeed.
|
// can only be created. API calls that return MethodNotAllowed can never succeed.
|
||||||
StatusReasonMethodNotAllowed StatusReason = "MethodNotAllowed"
|
StatusReasonMethodNotAllowed StatusReason = "MethodNotAllowed"
|
||||||
|
|
||||||
|
// StatusReasonNotAcceptable means that the accept types indicated by the client were not acceptable
|
||||||
|
// to the server - for instance, attempting to receive protobuf for a resource that supports only json and yaml.
|
||||||
|
// API calls that return NotAcceptable can never succeed.
|
||||||
|
// Status code 406
|
||||||
|
StatusReasonNotAcceptable StatusReason = "NotAcceptable"
|
||||||
|
|
||||||
|
// StatusReasonUnsupportedMediaType means that the content type sent by the client is not acceptable
|
||||||
|
// to the server - for instance, attempting to send protobuf for a resource that supports only json and yaml.
|
||||||
|
// API calls that return UnsupportedMediaType can never succeed.
|
||||||
|
// Status code 415
|
||||||
|
StatusReasonUnsupportedMediaType StatusReason = "UnsupportedMediaType"
|
||||||
|
|
||||||
// StatusReasonInternalError indicates that an internal error occurred, it is unexpected
|
// StatusReasonInternalError indicates that an internal error occurred, it is unexpected
|
||||||
// and the outcome of the call is unknown.
|
// and the outcome of the call is unknown.
|
||||||
// Details (optional):
|
// Details (optional):
|
||||||
|
56
vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/helpers.go
generated
vendored
56
vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/helpers.go
generated
vendored
@ -43,14 +43,15 @@ func NestedFieldCopy(obj map[string]interface{}, fields ...string) (interface{},
|
|||||||
|
|
||||||
func nestedFieldNoCopy(obj map[string]interface{}, fields ...string) (interface{}, bool, error) {
|
func nestedFieldNoCopy(obj map[string]interface{}, fields ...string) (interface{}, bool, error) {
|
||||||
var val interface{} = obj
|
var val interface{} = obj
|
||||||
for _, field := range fields {
|
|
||||||
|
for i, field := range fields {
|
||||||
if m, ok := val.(map[string]interface{}); ok {
|
if m, ok := val.(map[string]interface{}); ok {
|
||||||
val, ok = m[field]
|
val, ok = m[field]
|
||||||
if !ok {
|
if !ok {
|
||||||
return nil, false, nil
|
return nil, false, nil
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return nil, false, fmt.Errorf("%v is of the type %T, expected map[string]interface{}", val, val)
|
return nil, false, fmt.Errorf("%v accessor error: %v is of the type %T, expected map[string]interface{}", jsonPath(fields[:i+1]), val, val)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return val, true, nil
|
return val, true, nil
|
||||||
@ -65,7 +66,7 @@ func NestedString(obj map[string]interface{}, fields ...string) (string, bool, e
|
|||||||
}
|
}
|
||||||
s, ok := val.(string)
|
s, ok := val.(string)
|
||||||
if !ok {
|
if !ok {
|
||||||
return "", false, fmt.Errorf("%v is of the type %T, expected string", val, val)
|
return "", false, fmt.Errorf("%v accessor error: %v is of the type %T, expected string", jsonPath(fields), val, val)
|
||||||
}
|
}
|
||||||
return s, true, nil
|
return s, true, nil
|
||||||
}
|
}
|
||||||
@ -79,7 +80,7 @@ func NestedBool(obj map[string]interface{}, fields ...string) (bool, bool, error
|
|||||||
}
|
}
|
||||||
b, ok := val.(bool)
|
b, ok := val.(bool)
|
||||||
if !ok {
|
if !ok {
|
||||||
return false, false, fmt.Errorf("%v is of the type %T, expected bool", val, val)
|
return false, false, fmt.Errorf("%v accessor error: %v is of the type %T, expected bool", jsonPath(fields), val, val)
|
||||||
}
|
}
|
||||||
return b, true, nil
|
return b, true, nil
|
||||||
}
|
}
|
||||||
@ -93,7 +94,7 @@ func NestedFloat64(obj map[string]interface{}, fields ...string) (float64, bool,
|
|||||||
}
|
}
|
||||||
f, ok := val.(float64)
|
f, ok := val.(float64)
|
||||||
if !ok {
|
if !ok {
|
||||||
return 0, false, fmt.Errorf("%v is of the type %T, expected float64", val, val)
|
return 0, false, fmt.Errorf("%v accessor error: %v is of the type %T, expected float64", jsonPath(fields), val, val)
|
||||||
}
|
}
|
||||||
return f, true, nil
|
return f, true, nil
|
||||||
}
|
}
|
||||||
@ -107,7 +108,7 @@ func NestedInt64(obj map[string]interface{}, fields ...string) (int64, bool, err
|
|||||||
}
|
}
|
||||||
i, ok := val.(int64)
|
i, ok := val.(int64)
|
||||||
if !ok {
|
if !ok {
|
||||||
return 0, false, fmt.Errorf("%v is of the type %T, expected int64", val, val)
|
return 0, false, fmt.Errorf("%v accessor error: %v is of the type %T, expected int64", jsonPath(fields), val, val)
|
||||||
}
|
}
|
||||||
return i, true, nil
|
return i, true, nil
|
||||||
}
|
}
|
||||||
@ -121,14 +122,14 @@ func NestedStringSlice(obj map[string]interface{}, fields ...string) ([]string,
|
|||||||
}
|
}
|
||||||
m, ok := val.([]interface{})
|
m, ok := val.([]interface{})
|
||||||
if !ok {
|
if !ok {
|
||||||
return nil, false, fmt.Errorf("%v is of the type %T, expected []interface{}", val, val)
|
return nil, false, fmt.Errorf("%v accessor error: %v is of the type %T, expected []interface{}", jsonPath(fields), val, val)
|
||||||
}
|
}
|
||||||
strSlice := make([]string, 0, len(m))
|
strSlice := make([]string, 0, len(m))
|
||||||
for _, v := range m {
|
for _, v := range m {
|
||||||
if str, ok := v.(string); ok {
|
if str, ok := v.(string); ok {
|
||||||
strSlice = append(strSlice, str)
|
strSlice = append(strSlice, str)
|
||||||
} else {
|
} else {
|
||||||
return nil, false, fmt.Errorf("contains non-string key in the slice: %v is of the type %T, expected string", v, v)
|
return nil, false, fmt.Errorf("%v accessor error: contains non-string key in the slice: %v is of the type %T, expected string", jsonPath(fields), v, v)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return strSlice, true, nil
|
return strSlice, true, nil
|
||||||
@ -143,7 +144,7 @@ func NestedSlice(obj map[string]interface{}, fields ...string) ([]interface{}, b
|
|||||||
}
|
}
|
||||||
_, ok := val.([]interface{})
|
_, ok := val.([]interface{})
|
||||||
if !ok {
|
if !ok {
|
||||||
return nil, false, fmt.Errorf("%v is of the type %T, expected []interface{}", val, val)
|
return nil, false, fmt.Errorf("%v accessor error: %v is of the type %T, expected []interface{}", jsonPath(fields), val, val)
|
||||||
}
|
}
|
||||||
return runtime.DeepCopyJSONValue(val).([]interface{}), true, nil
|
return runtime.DeepCopyJSONValue(val).([]interface{}), true, nil
|
||||||
}
|
}
|
||||||
@ -160,7 +161,7 @@ func NestedStringMap(obj map[string]interface{}, fields ...string) (map[string]s
|
|||||||
if str, ok := v.(string); ok {
|
if str, ok := v.(string); ok {
|
||||||
strMap[k] = str
|
strMap[k] = str
|
||||||
} else {
|
} else {
|
||||||
return nil, false, fmt.Errorf("contains non-string key in the map: %v is of the type %T, expected string", v, v)
|
return nil, false, fmt.Errorf("%v accessor error: contains non-string key in the map: %v is of the type %T, expected string", jsonPath(fields), v, v)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return strMap, true, nil
|
return strMap, true, nil
|
||||||
@ -185,25 +186,26 @@ func nestedMapNoCopy(obj map[string]interface{}, fields ...string) (map[string]i
|
|||||||
}
|
}
|
||||||
m, ok := val.(map[string]interface{})
|
m, ok := val.(map[string]interface{})
|
||||||
if !ok {
|
if !ok {
|
||||||
return nil, false, fmt.Errorf("%v is of the type %T, expected map[string]interface{}", val, val)
|
return nil, false, fmt.Errorf("%v accessor error: %v is of the type %T, expected map[string]interface{}", jsonPath(fields), val, val)
|
||||||
}
|
}
|
||||||
return m, true, nil
|
return m, true, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetNestedField sets the value of a nested field to a deep copy of the value provided.
|
// SetNestedField sets the value of a nested field to a deep copy of the value provided.
|
||||||
// Returns false if value cannot be set because one of the nesting levels is not a map[string]interface{}.
|
// Returns an error if value cannot be set because one of the nesting levels is not a map[string]interface{}.
|
||||||
func SetNestedField(obj map[string]interface{}, value interface{}, fields ...string) bool {
|
func SetNestedField(obj map[string]interface{}, value interface{}, fields ...string) error {
|
||||||
return setNestedFieldNoCopy(obj, runtime.DeepCopyJSONValue(value), fields...)
|
return setNestedFieldNoCopy(obj, runtime.DeepCopyJSONValue(value), fields...)
|
||||||
}
|
}
|
||||||
|
|
||||||
func setNestedFieldNoCopy(obj map[string]interface{}, value interface{}, fields ...string) bool {
|
func setNestedFieldNoCopy(obj map[string]interface{}, value interface{}, fields ...string) error {
|
||||||
m := obj
|
m := obj
|
||||||
for _, field := range fields[:len(fields)-1] {
|
|
||||||
|
for i, field := range fields[:len(fields)-1] {
|
||||||
if val, ok := m[field]; ok {
|
if val, ok := m[field]; ok {
|
||||||
if valMap, ok := val.(map[string]interface{}); ok {
|
if valMap, ok := val.(map[string]interface{}); ok {
|
||||||
m = valMap
|
m = valMap
|
||||||
} else {
|
} else {
|
||||||
return false
|
return fmt.Errorf("value cannot be set because %v is not a map[string]interface{}", jsonPath(fields[:i+1]))
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
newVal := make(map[string]interface{})
|
newVal := make(map[string]interface{})
|
||||||
@ -212,12 +214,12 @@ func setNestedFieldNoCopy(obj map[string]interface{}, value interface{}, fields
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
m[fields[len(fields)-1]] = value
|
m[fields[len(fields)-1]] = value
|
||||||
return true
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetNestedStringSlice sets the string slice value of a nested field.
|
// SetNestedStringSlice sets the string slice value of a nested field.
|
||||||
// Returns false if value cannot be set because one of the nesting levels is not a map[string]interface{}.
|
// Returns an error if value cannot be set because one of the nesting levels is not a map[string]interface{}.
|
||||||
func SetNestedStringSlice(obj map[string]interface{}, value []string, fields ...string) bool {
|
func SetNestedStringSlice(obj map[string]interface{}, value []string, fields ...string) error {
|
||||||
m := make([]interface{}, 0, len(value)) // convert []string into []interface{}
|
m := make([]interface{}, 0, len(value)) // convert []string into []interface{}
|
||||||
for _, v := range value {
|
for _, v := range value {
|
||||||
m = append(m, v)
|
m = append(m, v)
|
||||||
@ -226,14 +228,14 @@ func SetNestedStringSlice(obj map[string]interface{}, value []string, fields ...
|
|||||||
}
|
}
|
||||||
|
|
||||||
// SetNestedSlice sets the slice value of a nested field.
|
// SetNestedSlice sets the slice value of a nested field.
|
||||||
// Returns false if value cannot be set because one of the nesting levels is not a map[string]interface{}.
|
// Returns an error if value cannot be set because one of the nesting levels is not a map[string]interface{}.
|
||||||
func SetNestedSlice(obj map[string]interface{}, value []interface{}, fields ...string) bool {
|
func SetNestedSlice(obj map[string]interface{}, value []interface{}, fields ...string) error {
|
||||||
return SetNestedField(obj, value, fields...)
|
return SetNestedField(obj, value, fields...)
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetNestedStringMap sets the map[string]string value of a nested field.
|
// SetNestedStringMap sets the map[string]string value of a nested field.
|
||||||
// Returns false if value cannot be set because one of the nesting levels is not a map[string]interface{}.
|
// Returns an error if value cannot be set because one of the nesting levels is not a map[string]interface{}.
|
||||||
func SetNestedStringMap(obj map[string]interface{}, value map[string]string, fields ...string) bool {
|
func SetNestedStringMap(obj map[string]interface{}, value map[string]string, fields ...string) error {
|
||||||
m := make(map[string]interface{}, len(value)) // convert map[string]string into map[string]interface{}
|
m := make(map[string]interface{}, len(value)) // convert map[string]string into map[string]interface{}
|
||||||
for k, v := range value {
|
for k, v := range value {
|
||||||
m[k] = v
|
m[k] = v
|
||||||
@ -242,8 +244,8 @@ func SetNestedStringMap(obj map[string]interface{}, value map[string]string, fie
|
|||||||
}
|
}
|
||||||
|
|
||||||
// SetNestedMap sets the map[string]interface{} value of a nested field.
|
// SetNestedMap sets the map[string]interface{} value of a nested field.
|
||||||
// Returns false if value cannot be set because one of the nesting levels is not a map[string]interface{}.
|
// Returns an error if value cannot be set because one of the nesting levels is not a map[string]interface{}.
|
||||||
func SetNestedMap(obj map[string]interface{}, value map[string]interface{}, fields ...string) bool {
|
func SetNestedMap(obj map[string]interface{}, value map[string]interface{}, fields ...string) error {
|
||||||
return SetNestedField(obj, value, fields...)
|
return SetNestedField(obj, value, fields...)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -268,6 +270,10 @@ func getNestedString(obj map[string]interface{}, fields ...string) string {
|
|||||||
return val
|
return val
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func jsonPath(fields []string) string {
|
||||||
|
return "." + strings.Join(fields, ".")
|
||||||
|
}
|
||||||
|
|
||||||
func extractOwnerReference(v map[string]interface{}) metav1.OwnerReference {
|
func extractOwnerReference(v map[string]interface{}) metav1.OwnerReference {
|
||||||
// though this field is a *bool, but when decoded from JSON, it's
|
// though this field is a *bool, but when decoded from JSON, it's
|
||||||
// unmarshalled as bool.
|
// unmarshalled as bool.
|
||||||
|
19
vendor/k8s.io/client-go/testing/BUILD
generated
vendored
19
vendor/k8s.io/client-go/testing/BUILD
generated
vendored
@ -3,6 +3,7 @@ package(default_visibility = ["//visibility:public"])
|
|||||||
load(
|
load(
|
||||||
"@io_bazel_rules_go//go:def.bzl",
|
"@io_bazel_rules_go//go:def.bzl",
|
||||||
"go_library",
|
"go_library",
|
||||||
|
"go_test",
|
||||||
)
|
)
|
||||||
|
|
||||||
go_library(
|
go_library(
|
||||||
@ -28,6 +29,24 @@ go_library(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
go_test(
|
||||||
|
name = "go_default_test",
|
||||||
|
srcs = [
|
||||||
|
"fixture_test.go",
|
||||||
|
],
|
||||||
|
embed = [":go_default_library"],
|
||||||
|
importpath = "k8s.io/client-go/testing",
|
||||||
|
deps = [
|
||||||
|
"//vendor/github.com/stretchr/testify/assert:go_default_library",
|
||||||
|
"//vendor/k8s.io/apimachinery/pkg/api/meta:go_default_library",
|
||||||
|
"//vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured:go_default_library",
|
||||||
|
"//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library",
|
||||||
|
"//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library",
|
||||||
|
"//vendor/k8s.io/apimachinery/pkg/runtime/serializer:go_default_library",
|
||||||
|
"//vendor/k8s.io/apimachinery/pkg/watch:go_default_library",
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "package-srcs",
|
name = "package-srcs",
|
||||||
srcs = glob(["**"]),
|
srcs = glob(["**"]),
|
||||||
|
60
vendor/k8s.io/client-go/testing/fixture.go
generated
vendored
60
vendor/k8s.io/client-go/testing/fixture.go
generated
vendored
@ -29,6 +29,11 @@ import (
|
|||||||
restclient "k8s.io/client-go/rest"
|
restclient "k8s.io/client-go/rest"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// FakeWatchBufferSize is the max num of watch event can be buffered in the
|
||||||
|
// watch channel. Note that when watch event overflows or exceed this buffer
|
||||||
|
// size, manipulations via fake client may be blocked.
|
||||||
|
const FakeWatchBufferSize = 128
|
||||||
|
|
||||||
// ObjectTracker keeps track of objects. It is intended to be used to
|
// ObjectTracker keeps track of objects. It is intended to be used to
|
||||||
// fake calls to a server by returning objects based on their kind,
|
// fake calls to a server by returning objects based on their kind,
|
||||||
// namespace and name.
|
// namespace and name.
|
||||||
@ -54,6 +59,10 @@ type ObjectTracker interface {
|
|||||||
// didn't exist in the tracker prior to deletion, Delete returns
|
// didn't exist in the tracker prior to deletion, Delete returns
|
||||||
// no error.
|
// no error.
|
||||||
Delete(gvr schema.GroupVersionResource, ns, name string) error
|
Delete(gvr schema.GroupVersionResource, ns, name string) error
|
||||||
|
|
||||||
|
// Watch watches objects from the tracker. Watch returns a channel
|
||||||
|
// which will push added / modified / deleted object.
|
||||||
|
Watch(gvr schema.GroupVersionResource, ns string) (watch.Interface, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
// ObjectScheme abstracts the implementation of common operations on objects.
|
// ObjectScheme abstracts the implementation of common operations on objects.
|
||||||
@ -132,6 +141,13 @@ type tracker struct {
|
|||||||
decoder runtime.Decoder
|
decoder runtime.Decoder
|
||||||
lock sync.RWMutex
|
lock sync.RWMutex
|
||||||
objects map[schema.GroupVersionResource][]runtime.Object
|
objects map[schema.GroupVersionResource][]runtime.Object
|
||||||
|
// The value type of watchers is a map of which the key is either a namespace or
|
||||||
|
// all/non namespace aka "" and its value is list of fake watchers. Each of
|
||||||
|
// fake watcher holds a buffered channel of size "FakeWatchBufferSize" which
|
||||||
|
// is default to 128. Manipulations on resources will broadcast the notification
|
||||||
|
// events into the watchers' channel and note that too many unhandled event may
|
||||||
|
// potentially block the tracker.
|
||||||
|
watchers map[schema.GroupVersionResource]map[string][]*watch.FakeWatcher
|
||||||
}
|
}
|
||||||
|
|
||||||
var _ ObjectTracker = &tracker{}
|
var _ ObjectTracker = &tracker{}
|
||||||
@ -140,9 +156,10 @@ var _ ObjectTracker = &tracker{}
|
|||||||
// of objects for the fake clientset. Mostly useful for unit tests.
|
// of objects for the fake clientset. Mostly useful for unit tests.
|
||||||
func NewObjectTracker(scheme ObjectScheme, decoder runtime.Decoder) ObjectTracker {
|
func NewObjectTracker(scheme ObjectScheme, decoder runtime.Decoder) ObjectTracker {
|
||||||
return &tracker{
|
return &tracker{
|
||||||
scheme: scheme,
|
scheme: scheme,
|
||||||
decoder: decoder,
|
decoder: decoder,
|
||||||
objects: make(map[schema.GroupVersionResource][]runtime.Object),
|
objects: make(map[schema.GroupVersionResource][]runtime.Object),
|
||||||
|
watchers: make(map[schema.GroupVersionResource]map[string][]*watch.FakeWatcher),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -185,6 +202,19 @@ func (t *tracker) List(gvr schema.GroupVersionResource, gvk schema.GroupVersionK
|
|||||||
return list.DeepCopyObject(), nil
|
return list.DeepCopyObject(), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (t *tracker) Watch(gvr schema.GroupVersionResource, ns string) (watch.Interface, error) {
|
||||||
|
t.lock.Lock()
|
||||||
|
defer t.lock.Unlock()
|
||||||
|
|
||||||
|
fakewatcher := watch.NewFakeWithChanSize(FakeWatchBufferSize, true)
|
||||||
|
|
||||||
|
if _, exists := t.watchers[gvr]; !exists {
|
||||||
|
t.watchers[gvr] = make(map[string][]*watch.FakeWatcher)
|
||||||
|
}
|
||||||
|
t.watchers[gvr][ns] = append(t.watchers[gvr][ns], fakewatcher)
|
||||||
|
return fakewatcher, nil
|
||||||
|
}
|
||||||
|
|
||||||
func (t *tracker) Get(gvr schema.GroupVersionResource, ns, name string) (runtime.Object, error) {
|
func (t *tracker) Get(gvr schema.GroupVersionResource, ns, name string) (runtime.Object, error) {
|
||||||
errNotFound := errors.NewNotFound(gvr.GroupResource(), name)
|
errNotFound := errors.NewNotFound(gvr.GroupResource(), name)
|
||||||
|
|
||||||
@ -263,6 +293,19 @@ func (t *tracker) Update(gvr schema.GroupVersionResource, obj runtime.Object, ns
|
|||||||
return t.add(gvr, obj, ns, true)
|
return t.add(gvr, obj, ns, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (t *tracker) getWatches(gvr schema.GroupVersionResource, ns string) []*watch.FakeWatcher {
|
||||||
|
watches := []*watch.FakeWatcher{}
|
||||||
|
if t.watchers[gvr] != nil {
|
||||||
|
if w := t.watchers[gvr][ns]; w != nil {
|
||||||
|
watches = append(watches, w...)
|
||||||
|
}
|
||||||
|
if w := t.watchers[gvr][""]; w != nil {
|
||||||
|
watches = append(watches, w...)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return watches
|
||||||
|
}
|
||||||
|
|
||||||
func (t *tracker) add(gvr schema.GroupVersionResource, obj runtime.Object, ns string, replaceExisting bool) error {
|
func (t *tracker) add(gvr schema.GroupVersionResource, obj runtime.Object, ns string, replaceExisting bool) error {
|
||||||
t.lock.Lock()
|
t.lock.Lock()
|
||||||
defer t.lock.Unlock()
|
defer t.lock.Unlock()
|
||||||
@ -296,6 +339,9 @@ func (t *tracker) add(gvr schema.GroupVersionResource, obj runtime.Object, ns st
|
|||||||
}
|
}
|
||||||
if oldMeta.GetNamespace() == newMeta.GetNamespace() && oldMeta.GetName() == newMeta.GetName() {
|
if oldMeta.GetNamespace() == newMeta.GetNamespace() && oldMeta.GetName() == newMeta.GetName() {
|
||||||
if replaceExisting {
|
if replaceExisting {
|
||||||
|
for _, w := range t.getWatches(gvr, ns) {
|
||||||
|
w.Modify(obj)
|
||||||
|
}
|
||||||
t.objects[gvr][i] = obj
|
t.objects[gvr][i] = obj
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@ -310,6 +356,10 @@ func (t *tracker) add(gvr schema.GroupVersionResource, obj runtime.Object, ns st
|
|||||||
|
|
||||||
t.objects[gvr] = append(t.objects[gvr], obj)
|
t.objects[gvr] = append(t.objects[gvr], obj)
|
||||||
|
|
||||||
|
for _, w := range t.getWatches(gvr, ns) {
|
||||||
|
w.Add(obj)
|
||||||
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -342,7 +392,11 @@ func (t *tracker) Delete(gvr schema.GroupVersionResource, ns, name string) error
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if objMeta.GetNamespace() == ns && objMeta.GetName() == name {
|
if objMeta.GetNamespace() == ns && objMeta.GetName() == name {
|
||||||
|
obj := t.objects[gvr][i]
|
||||||
t.objects[gvr] = append(t.objects[gvr][:i], t.objects[gvr][i+1:]...)
|
t.objects[gvr] = append(t.objects[gvr][:i], t.objects[gvr][i+1:]...)
|
||||||
|
for _, w := range t.getWatches(gvr, ns) {
|
||||||
|
w.Delete(obj)
|
||||||
|
}
|
||||||
found = true
|
found = true
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user