...

Directory /src/k8s.io/utils

Name Synopsis
..
buffer
clock
testing
cpuset Package cpuset represents a collection of CPUs in a 'set' data structure.
diff
env Package env provides utility functions for using environment variables.
exec Package exec provides an injectable interface and implementations for running commands.
testing
field
inotify Package inotify implements a wrapper for the Linux inotify system.
integer
io
keymutex
lru
mount Package mount defines an interface to mounting filesystems.
net
ebtables Package ebtables allows to control the ebtables Linux-based bridging firewall.
nsenter
path
pointer Deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers.
ptr
semantic
set
strings
slices Package slices defines various functions useful with slices of string type.
temp Package temp provides an interface to handle temporary files and directories.
temptest Package temptest provides utilities for testing temp files/directories testing.
third_party
forked
golang
reflect Package reflect is a fork of go's standard library reflection package, which allows for deep equal with equality functions defined.
trace