package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
GetV1alpha1Client returns a client for the PodResourcesLister grpc service Note: This is deprecated.
GetV1Client returns a client for the PodResourcesLister grpc service.
NewV1alpha1PodResourcesServer returns a PodResourcesListerServer which lists pods provided by the PodsProvider with device information provided by the DevicesProvider.
NewV1PodResourcesServer returns a PodResourcesListerServer which lists pods provided by the PodsProvider with device information provided by the DevicesProvider.
# Constants
DefaultBurstTokens is determined by empirically reviewing known consumers of the API.
DefaultQPS is determined by empirically reviewing known consumers of the API.
Socket is the name of the podresources server socket.
# Interfaces
CPUsProvider knows how to provide the cpus used by the given container.
DevicesProvider knows how to provide the devices used by the given container.
PodsProvider knows how to provide the pods admitted by the node.