bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/api/apps/v1beta1 | |
k8s.io/api/autoscaling/v1 | |
k8s.io/api/batch/v1 | +k8s:deepcopy-gen=package +k8s:protobuf-gen=package +k8s:openapi-gen=true +k8s:prerelease-lifecycle-gen=true |
k8s.io/api/batch/v1beta1 | |
k8s.io/api/batch/v2alpha1 | |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/api/extensions/v1beta1 | |
k8s.io/api/policy/v1beta1 | Package policy is for any kind of policy object. |
k8s.io/api/rbac/v1 | |
k8s.io/api/rbac/v1beta1 | |
k8s.io/api/scheduling/v1alpha1 | |
k8s.io/apimachinery/pkg/api/errors | Package errors provides detailed error types for api field validation. |
k8s.io/apimachinery/pkg/api/meta | Package meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API |
k8s.io/apimachinery/pkg/api/resource | |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/apis/meta/v1/unstructured | |
k8s.io/apimachinery/pkg/fields | Package fields implements a simple field system, parsing and matching selectors with sets of fields. |
k8s.io/apimachinery/pkg/labels | Package labels implements a simple label system, parsing and matching selectors with sets of labels. |
k8s.io/apimachinery/pkg/runtime | Package runtime defines conversions between generic types and structs to map query strings to struct objects. |
k8s.io/apimachinery/pkg/runtime/schema | |
k8s.io/apimachinery/pkg/types | Package types implements various generic types used throughout kubernetes. |
k8s.io/apimachinery/pkg/util/errors | Package errors implements various utility functions and types around errors. |
k8s.io/apimachinery/pkg/util/intstr | |
k8s.io/apimachinery/pkg/util/json | |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/apimachinery/pkg/util/strategicpatch | |
k8s.io/apimachinery/pkg/util/uuid | |
k8s.io/apimachinery/pkg/util/validation | |
k8s.io/apimachinery/pkg/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
k8s.io/apimachinery/pkg/watch | Package watch contains a generic watchable interface, and a fake for testing code that uses the watch interface. |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/kubernetes/typed/apps/v1beta1 | This package has the automatically generated typed clients. |
k8s.io/client-go/kubernetes/typed/extensions/v1beta1 | This package has the automatically generated typed clients. |
k8s.io/client-go/rest | |
k8s.io/client-go/util/integer | |
k8s.io/client-go/util/jsonpath | package jsonpath is a template engine using jsonpath syntax, which can be seen at http://goessner.net/articles/JsonPath/. |
k8s.io/client-go/util/retry | |
k8s.io/kubernetes/pkg/api/legacyscheme | |
k8s.io/kubernetes/pkg/api/v1/pod | |
k8s.io/kubernetes/pkg/apis/apps | |
k8s.io/kubernetes/pkg/apis/batch | |
k8s.io/kubernetes/pkg/apis/core | Package core contains the latest (or "internal") version of the Kubernetes API objects. |
k8s.io/kubernetes/pkg/apis/core/v1 | Package v1 is the v1 version of the API. |
k8s.io/kubernetes/pkg/apis/extensions | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/apps/internalversion | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/batch/internalversion | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/core/internalversion | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion | |
k8s.io/kubernetes/pkg/client/unversioned | |
k8s.io/kubernetes/pkg/controller/daemon | Package daemon contains logic for watching and synchronizing daemons. |
k8s.io/kubernetes/pkg/controller/deployment/util | |
k8s.io/kubernetes/pkg/controller/statefulset | |
k8s.io/kubernetes/pkg/credentialprovider | Package credentialprovider supplies interfaces and implementations for docker registry providers to expose their authentication scheme. |
k8s.io/kubernetes/pkg/kubectl/apps | |
k8s.io/kubernetes/pkg/kubectl/resource | |
k8s.io/kubernetes/pkg/kubectl/util | |
k8s.io/kubernetes/pkg/kubectl/util/hash | |
k8s.io/kubernetes/pkg/kubectl/util/slice | |
k8s.io/kubernetes/pkg/printers | |
k8s.io/kubernetes/pkg/printers/internalversion | |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
path | Package path implements utility routines for manipulating slash-separated paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |
time | Package time provides functionality for measuring and displaying time. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |
vbom.ml/util/sortorder | |