package features

import "k8s.io/kubernetes/staging/src/k8s.io/apiserver/pkg/features"

Index

Constants

const (

	// owner: timstclair
	// alpha: v1.5
	//
	// StreamingProxyRedirects controls whether the apiserver should intercept (and follow)
	// redirects from the backend (Kubelet) for streaming requests (exec/attach/port-forward).
	StreamingProxyRedirects utilfeature.Feature = "StreamingProxyRedirects"
)

Source Files

kube_features.go

Version
v1.6.9-beta.0
Published
Aug 3, 2017
Platform
linux/amd64
Imports
1 packages
Last checked
7 minutes ago

Tools for package owners.