Documentation ¶ Index ¶ func Delete(c client.Client, o *Options) error func List(c client.Client, o *Options) (*unstructured.UnstructuredList, error) func Log(c client.Client, o *Options) ([]byte, error) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Delete ¶ added in v0.1.1 func Delete(c client.Client, o *Options) error func List ¶ func List(c client.Client, o *Options) (*unstructured.UnstructuredList, error) func Log ¶ func Log(c client.Client, o *Options) ([]byte, error) Types ¶ type Options ¶ type Options struct { metav1.ListOptions metav1.ObjectMeta Filter string } Source Files ¶ View all Source files delete.go list.go log.go options.go Click to show internal directories. Click to hide internal directories.