Documentation ¶
Overview ¶
Package list contains libraries for listing dynamic Commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandLister ¶
type CommandLister struct { // Client talks to an apiserver to list CRDs Client *clientset.Clientset // DynamicClient is used to make requests DynamicClient dynamic.Interface }
CommandLister lists commands from CRDs
func (*CommandLister) List ¶
func (cl *CommandLister) List(options *metav1.ListOptions) (clidynamic.ResourceCommandList, error)
List fetches the list of dynamic commands published as Annotations on CRDs
Click to show internal directories.
Click to hide internal directories.