package
0.0.0-20190809130647-038031d2e04b
Repository: https://github.com/it2911/kubectl-for-plugin-cfg.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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.
SupportsDryRun is a method that let's us look in the OpenAPI if the specific group-version-kind supports the dryRun query parameter for the PATCH end-point.

# Constants

PrintColumnsKey is the key that defines which columns should be printed.

# Interfaces

Getter is an interface for fetching openapi specs and parsing them into an Resources struct.
Resources interface describe a resources provider, that can give you resource based on group-version-kind.