kubernetesk8s.io/kubernetes/pkg/util/flag

Imports of package flag

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
k8s.io/apimachinery/pkg/api/resource
k8s.io/apimachinery/pkg/util/net
k8s.io/kubernetes/pkg/apis/core/v1/helper
k8s.io/kubernetes/pkg/kubelet/apis/config
k8s.io/kubernetes/pkg/util/taintspackage taints implements utilities for working with taints
k8s.io/utils/net
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.