Documentation ¶
Index ¶
- func NewPrintErrorAfter(mapper meta.RESTMapper, errs io.Writer) func(*resource.Info, error)
- func NewPrintNameOrErrorAfter(mapper meta.RESTMapper, short bool, operation string, out, errs io.Writer) func(*resource.Info, error)
- func NewPrintNameOrErrorAfterIndent(mapper meta.RESTMapper, short bool, operation string, out, errs io.Writer, ...) func(*resource.Info, error)
- type Bulk
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPrintErrorAfter ¶ added in v1.0.7
Types ¶
type Bulk ¶
type Bulk struct { Mapper meta.RESTMapper Typer runtime.ObjectTyper RESTClientFactory func(mapping *meta.RESTMapping) (resource.RESTClient, error) After func(*resource.Info, error) 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.