Skip to content

kubernetes/streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

⚠️ This is an automatically published staged repository for Kubernetes.
Contributions, including issues and pull requests, should be made to the main Kubernetes repository: https://github.com/kubernetes/kubernetes.
This repository is read-only for importing, and not used for direct contributions.
See CONTRIBUTING.md for more details.

streaming

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.

Migration notes

  • The legacy package path k8s.io/apimachinery/pkg/util/httpstream was intentionally removed as part of this extraction.
  • Consumers must migrate imports to:
    • k8s.io/streaming/pkg/httpstream
    • k8s.io/streaming/pkg/httpstream/spdy
    • k8s.io/streaming/pkg/httpstream/wsstream
  • This extraction does not provide compatibility shims at the old apimachinery path.

Community, discussion, contribution, and support

streaming is maintained as part of SIG API Machinery and SIG Node areas.

You can reach maintainers of this project at:

Learn how to engage with the Kubernetes community on the community page.

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

About

Dedicated staging module for Kubernetes HTTP streaming transport primitives — SPDY connections, WebSocket channel helpers, and stream upgrade negotiation — extracted from kubernetes/kubernetes/staging/streaming to serve as the canonical shared dependency for client-go, apiserver, kubectl, and CRI streaming.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages