Source: golang-k8s-streaming Section: golang Maintainer: Debian Go Packaging Team Uploaders: Simon Josefsson , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-any, golang-github-armon-go-socks5-dev, golang-github-docker-spdystream-dev, golang-golang-x-net-dev, golang-k8s-klog-dev, golang-k8s-utils-dev, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-streaming Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-streaming.git Homepage: https://github.com/kubernetes/streaming XS-Go-Import-Path: k8s.io/streaming Package: golang-k8s-streaming-dev Architecture: all Multi-Arch: foreign Depends: golang-github-armon-go-socks5-dev, golang-github-docker-spdystream-dev, golang-golang-x-net-dev, golang-k8s-klog-dev, golang-k8s-utils-dev, ${misc:Depends}, Description: Kubernetes HTTP streaming transport primitives (library) This repository contains the Kubernetes HTTP streaming transport primitives used for: . * generic stream upgrade negotiation * SPDY stream connections and round-tripping * WebSocket channel streaming helpers . The goal of this module is to provide a dedicated import target for transport utilities shared by CRI streaming, client-go, apiserver, and kubectl. . This package contains the Go library.