bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/fatih/camelcase | Package camelcase is a micro package to split the words of a camelcase type string into a slice of words. |
io | Package io provides basic interfaces to I/O primitives. |
k8s.io/api/apps/v1 | |
k8s.io/api/autoscaling/v1 | |
k8s.io/api/autoscaling/v2beta2 | |
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/certificates/v1beta1 | |
k8s.io/api/coordination/v1 | |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/api/discovery/v1 | |
k8s.io/api/discovery/v1beta1 | |
k8s.io/api/extensions/v1beta1 | |
k8s.io/api/networking/v1 | |
k8s.io/api/networking/v1beta1 | |
k8s.io/api/policy/v1 | Package policy is for any kind of policy object. |
k8s.io/api/policy/v1beta1 | Package policy is for any kind of policy object. |
k8s.io/api/rbac/v1 | |
k8s.io/api/scheduling/v1 | |
k8s.io/api/storage/v1 | |
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/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/duration | |
k8s.io/apimachinery/pkg/util/intstr | |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/cli-runtime/pkg/genericclioptions | Package genericclioptions contains flags which can be added to your command, bound, completed, and produce useful helper functions. |
k8s.io/cli-runtime/pkg/resource | Package resource assists clients in dealing with RESTful objects that match the Kubernetes API conventions. |
k8s.io/client-go/dynamic | |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/kubernetes/typed/core/v1 | This package has the automatically generated typed clients. |
k8s.io/client-go/rest | |
k8s.io/client-go/tools/reference | |
k8s.io/client-go/util/certificate/csr | |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kubectl/pkg/scheme | |
k8s.io/kubectl/pkg/util/certificate | |
k8s.io/kubectl/pkg/util/deployment | |
k8s.io/kubectl/pkg/util/event | |
k8s.io/kubectl/pkg/util/fieldpath | |
k8s.io/kubectl/pkg/util/qos | |
k8s.io/kubectl/pkg/util/rbac | |
k8s.io/kubectl/pkg/util/resource | |
k8s.io/kubectl/pkg/util/slice | |
k8s.io/kubectl/pkg/util/storage | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/url | Package url parses URLs and implements query escaping. |
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. |
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. |