dynamic-resource-allocationk8s.io/dynamic-resource-allocation/kubeletplugin

Imports of package kubeletplugin

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go.etcd.io/etcd/client/pkg/v3/fileutilPackage fileutil implements utility functions related to files and paths.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
k8s.io/api/resource/v1
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/typesPackage types implements various generic types used throughout kubernetes.
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
k8s.io/client-go/kubernetes/typed/resource/v1
k8s.io/dynamic-resource-allocation/client
k8s.io/dynamic-resource-allocation/resourceclaimPackage resourceclaim provides code that supports the usual pattern for accessing the ResourceClaim that is referenced by a PodResourceClaim:
k8s.io/dynamic-resource-allocation/resourceslice
k8s.io/klog/v2Package klog contains the following functionality:
k8s.io/kubelet/pkg/apis/dra-health/v1alpha1
k8s.io/kubelet/pkg/apis/dra/v1
k8s.io/kubelet/pkg/apis/dra/v1beta1
k8s.io/kubelet/pkg/apis/pluginregistration/v1
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.