Move cri/streaming to k8s.io/kubelet staging repository
Container runtimes like CRI-O and containerd reuse the code by copying it from Kubernetes. To have a single source of truth for the streaming server we now move the already isolated implementation to the k8s.io/kubelet staging repository. This way runtimes can re-use the code without copying the parts. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
3
hack/testdata/levee/levee-config.yaml
vendored
3
hack/testdata/levee/levee-config.yaml
vendored
@@ -92,9 +92,6 @@ Sources:
|
||||
- PackageRE: "k8s.io/kubernetes/pkg/kubelet/client"
|
||||
TypeRE: "KubeletClientConfig"
|
||||
FieldRE: "BearerToken"
|
||||
- PackageRE: "k8s.io/kubernetes/pkg/kubelet/cri/streaming"
|
||||
TypeRE: "cacheEntry"
|
||||
FieldRE: "token"
|
||||
|
||||
# The following fields are tagged in #96005
|
||||
- PackageRE: "k8s.io/api/authentication/v1"
|
||||
|
Reference in New Issue
Block a user