Merge pull request #95117 from andrewsykim/fake-dynamic-list

fake dynamic client: document that List does not preserve TypeMeta in UnstructuredList

Kubernetes-commit: c5ecae737d2eb668adab12cefa3644f550fc9e8a
This commit is contained in:
Kubernetes Publisher
2020-10-27 17:27:55 -07:00
parent f45d9426eb
commit 3ced13b9a4
3 changed files with 8 additions and 8 deletions

8
go.mod
View File

@@ -26,14 +26,14 @@ require (
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
k8s.io/api v0.0.0-20201026202134-0415de894212
k8s.io/apimachinery v0.0.0-20201026201559-ab98f4dc11fb
k8s.io/api v0.0.0-20201028002138-840d9f1c83b8
k8s.io/apimachinery v0.0.0-20201027202001-d10b9c3a6d2e
k8s.io/klog/v2 v2.2.0
k8s.io/utils v0.0.0-20200729134348-d5654de09c73
sigs.k8s.io/yaml v1.2.0
)
replace (
k8s.io/api => k8s.io/api v0.0.0-20201026202134-0415de894212
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20201026201559-ab98f4dc11fb
k8s.io/api => k8s.io/api v0.0.0-20201028002138-840d9f1c83b8
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20201027202001-d10b9c3a6d2e
)