Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPrintErrorAfter ¶ added in v1.0.7
Types ¶
type AfterFunc ¶ added in v1.0.8
AfterFunc takes an info and an error, and returns true if processing should stop.
func HaltOnError ¶ added in v1.0.8
func NewPrintNameOrErrorAfterIndent ¶ added in v1.0.7
type Bulk ¶
type Bulk struct { Mapper meta.RESTMapper Typer runtime.ObjectTyper RESTClientFactory func(mapping *meta.RESTMapping) (resource.RESTClient, error) After AfterFunc Retry func(info *resource.Info, err error) runtime.Object }
Bulk provides helpers for iterating over a list of items
Click to show internal directories.
Click to hide internal directories.