Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AfterFunc ¶ added in v1.0.8
AfterFunc takes an info and an error, and returns true if processing should stop.
func NewPrintNameOrErrorAfter ¶
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
      
      Source Files
      ¶
    
- cmd.go
 
 Click to show internal directories. 
   Click to hide internal directories.