Documentation ¶ Index ¶ func NewPrintNameOrErrorAfter(out, errs io.Writer) func(*resource.Info, error) type Bulk func (b *Bulk) Create(list *kapi.List, namespace string) []error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewPrintNameOrErrorAfter ¶ func NewPrintNameOrErrorAfter(out, errs io.Writer) func(*resource.Info, error) Types ¶ type Bulk ¶ type Bulk struct { Factory *kubecmd.Factory Command *cobra.Command After func(*resource.Info, error) } Bulk provides helpers for iterating over a list of items func (*Bulk) Create ¶ func (b *Bulk) Create(list *kapi.List, namespace string) []error Create attempts to create each item generically, gathering all errors in the event a failure occurs. The contents of list will be updated to include the version from the server. Source Files ¶ View all Source files cmd.go Click to show internal directories. Click to hide internal directories.