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"

	// owner: timstclair
	// alpha: v1.7
	//
	// AdvancedAuditing enables a much more general API auditing pipeline, which includes support for
	// pluggable output backends and an audit policy specifying how different requests should be
	// audited.
	AdvancedAuditing utilfeature.Feature = "AdvancedAuditing"
)

Source Files

kube_features.go

Version
v1.7.3
Published
Aug 3, 2017
Platform
linux/amd64
Imports
1 packages
Last checked
30 seconds ago

Tools for package owners.