context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
k8s.io/api/resource/v1beta1 | Package v1beta1 is the v1beta1 version of the resource API. |
k8s.io/apimachinery/pkg/types | Package types implements various generic types used throughout kubernetes. |
k8s.io/apimachinery/pkg/util/runtime | |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/dynamic-resource-allocation/resourceslice | |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kubelet/pkg/apis/dra/v1alpha4 | Package v1alpha4 contains a legacy implementation of the DRA gRPC interface. |
k8s.io/kubelet/pkg/apis/dra/v1beta1 | |
k8s.io/kubelet/pkg/apis/pluginregistration/v1 | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |