Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes/enhancements
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8b23ef23d4086cd0d988666726306c73a600f0b3
Choose a base ref
..
head repository: kubernetes/enhancements
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 272c2c3af4e24c6b6e3f260e8ec38daf6378aa19
Choose a head ref
Showing with 7 additions and 2 deletions.
  1. +7 −2 keps/sig-api-machinery/4006-transition-spdy-to-websockets/README.md
Original file line number Diff line number Diff line change
@@ -84,17 +84,22 @@ tags, and then generate with `hack/update-toc.sh`.
- [Non-Goals](#non-goals)
- [Proposal](#proposal)
- [User Stories (Optional)](#user-stories-optional)
- [Story 1](#story-1)
- [Story 2](#story-2)
- [Notes/Constraints/Caveats (Optional)](#notesconstraintscaveats-optional)
- [Risks and Mitigations](#risks-and-mitigations)
- [Design Details](#design-details)
- [Background: Streaming Protocol Basics](#background-streaming-protocol-basics)
- [Background: <code>RemoteCommand</code> Subprotocol](#background--subprotocol)
- [Background: API Server and Kubelet <code>UpgradeAwareProxy</code>](#background-api-server-and-kubelet-)
- [Proposal: <code>kubectl</code> WebSocket Executor and Fallback Executor](#proposal--websocket-executor-and-fallback-executor)
- [Proposal: <code>v5.channel.k8s.io</code> subprotocol version](#proposal--subprotocol-version)
- [Proposal: API Server <code>StreamTranslatorProxy</code>](#proposal-api-server-)
- [Test Plan](#test-plan)
- [Prerequisite testing updates](#prerequisite-testing-updates)
- [Unit tests](#unit-tests)
- [Integration tests](#integration-tests)
- [e2e tests](#e2e-tests)
- [Graduation Criteria](#graduation-criteria)
- [Alpha](#alpha)
- [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy)
- [Version Skew Strategy](#version-skew-strategy)
- [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire)