package
1.7.0-alpha.1
Repository: https://github.com/aliyuncontainerservice/kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package bandwidth provides utilities for bandwidth shaping.
Package chown provides an interface and implementations for things that run run the chmod system call.
Package chown provides utilities to chown a path.
Package config provides utility objects for decoupling sources of configuration and the actual configuration state.
No description provided by the author
No description provided by the author
Package dbus provides an injectable interface and implementations for D-Bus communication.
No description provided by the author
No description provided by the author
Package errors only exists until heapster rebases TODO genericapiserver remove this empty package.
Package exec provides an injectable interface and implementations for running commands.
No description provided by the author
Package framer only exists until heapster rebases TODO genericapiserver remove this empty package.
Package goroutinemap implements a data structure for managing go routines by name.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package intstr only exists until heapster rebases TODO genericapiserver remove this empty package.
No description provided by the author
Package ipconfig provides an interface and implementations for running Windows ipconfig commands.
Package iptables provides an interface and implementations for running iptables commands.
Package json only exists until heapster rebases TODO genericapiserver remove this empty package.
No description provided by the author
Package labels provides utilities to work with Kubernetes labels.
Package limitwriter provides a writer that only allows a certain number of bytes to be written.
No description provided by the author
Package maps has common methods for dealing with common map types.
No description provided by the author
TODO(thockin): This whole pkg is pretty linux-centric.
Package net only exists until heapster rebases TODO genericapiserver remove this empty package.
Package netsh provides an interface and implementations for running Windows netsh commands.
No description provided by the author
Package oom implements utility functions relating to out of memory management.
No description provided by the author
Package procfs implements utility functions relating to the /proc mount.
Package rand needed for godep.
No description provided by the author
No description provided by the author
No description provided by the author
Package runtime only exists until heapster rebases TODO genericapiserver remove this empty package.
Package selinux contains wrapper functions for the libcontainer SELinux package.
Package sets only exists until heapster rebases TODO genericapiserver remove this empty package.
Package slice provides utility methods for common operations on slices.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
package taints implements uitilites for working with taints.
No description provided by the author
No description provided by the author
uuid contains uuid generation helpers.
Package validation only exists until heapster rebases TODO genericapiserver remove this empty package.
Package version provides utilities for version number comparisons.
Package wait only exists until heapster rebases TODO genericapiserver remove this empty package.
No description provided by the author
Package yaml only exists until heapster rebases TODO genericapiserver remove this empty package.

# Functions

Tests whether all pointer fields in a struct are nil.
Takes a list of strings and compiles them into a list of regular expressions.
ExecuteTemplate executes templateText with data and output written to w.
No description provided by the author
No description provided by the author
Int32Ptr returns a pointer to an int32.
Int32PtrDerefOr dereference the int32 ptr and returns it i not nil, else returns def.
IntPtr returns a pointer to an int.
IntPtrDerefOr dereference the int ptr and returns it i not nil, else returns def.
ReadDirNoStat returns a string of files/directories contained in dirname without calling lstat on them.
No description provided by the author
Detects if using systemd as the init system Please note that simply reading /proc/1/cmdline can be misleading because some installation of various init programs can automatically make /sbin/init a symlink or even a renamed version of their main program.