var apiresourcesExample …
type APIResourceOptions …
type groupResource …
func NewAPIResourceOptions(ioStreams genericiooptions.IOStreams) *APIResourceOptions { … }
func NewCmdAPIResources(restClientGetter genericclioptions.RESTClientGetter, ioStreams genericiooptions.IOStreams) *cobra.Command { … }
func (o *APIResourceOptions) Validate() error { … }
func (o *APIResourceOptions) Complete(restClientGetter genericclioptions.RESTClientGetter, cmd *cobra.Command, args []string) error { … }
func (o *APIResourceOptions) RunAPIResources() error { … }
func printContextHeaders(out io.Writer, output string) error { … }
type sortableResource …
func (s sortableResource) Len() int { … }
func (s sortableResource) Swap(i, j int) { … }
func (s sortableResource) Less(i, j int) bool { … }
func (s sortableResource) compareValues(i, j int) (string, string) { … }