Discover Packages
github.com/vbatts/origin
pkg
config
cmd
package
Version:
v0.4.3
Opens a new window with list of versions in this module.
Published: Apr 8, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Index Constants Variables Functions Types NewPrintNameOrErrorAfter(out, errs) type Bulk (b) Create(list, namespace)
Documentation
¶
func NewPrintNameOrErrorAfter (out, errs io.Writer) func (*resource.Info, error )
type Bulk struct {
Factory *kubecmd.Factory
After func (*resource.Info, error )
}
Bulk provides helpers for iterating over a list of items
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
¶
Click to show internal directories.
Click to hide internal directories.