context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/api/authorization/v1 | |
k8s.io/api/rbac/v1 | |
k8s.io/api/rbac/v1alpha1 | |
k8s.io/api/rbac/v1beta1 | |
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/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
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/util/errors | Package errors implements various utility functions and types around errors. |
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/printers | Package printers is helper for formatting and printing runtime objects into primitives io.writer. |
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/discovery | Package discovery provides ways to discover server-supported API groups, versions and resources. |
k8s.io/client-go/kubernetes/typed/authorization/v1 | This package has the automatically generated typed clients. |
k8s.io/client-go/kubernetes/typed/core/v1 | This package has the automatically generated typed clients. |
k8s.io/client-go/kubernetes/typed/rbac/v1 | This package has the automatically generated typed clients. |
k8s.io/component-helpers/auth/rbac/reconciliation | |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kubectl/pkg/cmd/util | |
k8s.io/kubectl/pkg/describe | |
k8s.io/kubectl/pkg/scheme | |
k8s.io/kubectl/pkg/util/rbac | |
k8s.io/kubectl/pkg/util/templates | |
os | Package os provides a platform-independent interface to operating system functionality. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |