package
0.99.0-nabarun.1
Repository: https://github.com/palnabarun/kubectl.git
Documentation: pkg.go.dev
# Functions
GetPrintColumns looks for the open API extension for the display columns.
NewOpenAPIData creates a new `Resources` out of the openapi document.
NewOpenAPIGetter returns an object to return OpenAPIDatas which reads from a server, and then stores in memory for subsequent invocations.
No description provided by the author
# Constants
PrintColumnsKey is the key that defines which columns should be printed.
# Structs
CachedOpenAPIGetter fetches the openapi schema once and then caches it in memory.
No description provided by the author
# Interfaces
Resources interface describe a resources provider, that can give you resource based on group-version-kind.