package
1.7.0-alpha.1
Repository: https://github.com/aliyuncontainerservice/kubernetes.git
Documentation: pkg.go.dev

# Constants

owner: @vishh alpha: v1.6 Enables support for GPUs as a schedulable resource.
owner: @davidopp alpha: v1.6 Determines if affinity defined in annotations should be processed TODO: remove when alpha support for affinity is removed.
owner: @timstclair beta: v1.4.
owner: @mtaufen alpha: v1.4.
owner: @saad-ali alpha: v1.3.
owner: @vishh alpha: v1.5 Ensures guaranteed scheduling of pods marked with a special pod annotation `scheduler.alpha.kubernetes.io/critical-pod` and also prevents them from being evicted from a node.
owner: @pweil- alpha: v1.5 Default userns=host for containers that are using other host namespaces, host mounts, the pod contains a privileged container, or specific non-namespaced capabilities (MKNOD, SYS_MODULE, SYS_TIME).
owner: @girishkalele alpha: v1.4.
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).
owner: @gmarek alpha: v1.6 Changes the logic behind evicting Pods from not ready Nodes to take advantage of NoExecute Taints and Tolerations.