Versions in this module Expand all Collapse all v0 v0.1.0 Mar 2, 2016 Changes in this version + const ContainerExtension + const ObjectsDir + const PodFile + const RCFile + var ErrInvalidType = errors.New("passed invalid type") + var ErrTooManyPods = errors.New("only one Pod is allowed per directory") + var ErrTooManyRCs = errors.New("only one RC is allowed per directory") + type FileInput struct + func NewFileInput(path string) (*FileInput, error) + func (d *FileInput) Build() (entity.Entity, error) + func (d FileInput) Path() string + type FileSource string + func (fs FileSource) Entities(t entity.Type, objects ...deploy.KubeObject) ([]entity.Entity, error) + func (fs FileSource) Objects() (objects []deploy.KubeObject, err error)