package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewStorage returns a RESTStorage object that will work against pods.
# Constants
MaxDisruptedPodSize is the max size of PodDisruptionBudgetStatus.DisruptedPods.
# Variables
EvictionsRetry is the retry for a conflict where multiple clients are making changes to the same resource.
# Structs
BindingREST implements the REST endpoint for binding pods to nodes when etcd is in use.
EphemeralContainersREST implements the REST endpoint for adding EphemeralContainers.
EvictionREST implements the REST endpoint for evicting pods from nodes.
LegacyBindingREST implements the REST endpoint for binding pods to nodes when etcd is in use.
PodStorage includes storage for pods and all sub resources.
ResizeREST implements the REST endpoint for resizing Pod containers.
REST implements a RESTStorage for pods.
StatusREST implements the REST endpoint for changing the status of a pod.