Documentation ¶
Index ¶
- Constants
- func FromDir(fs afero.Fs, packagePath string) (*packages.Files, error)
- func ParseTgz(r io.Reader) (*packages.Files, error)
- func Read(fs afero.Fs, path string) (*packages.Package, error)
- func ReadDir(fs afero.Fs, path string) (*packages.Package, error)
- func ReadTar(fs afero.Fs, path string) (*packages.Package, error)
Constants ¶
View Source
const ( OperatorFileName = "operator.yaml" ParamsFileName = "params.yaml" APIVersion = "kudo.dev/v1beta1" )
Variables ¶
This section is empty.
Functions ¶
func Read ¶
ReadPackage creates the implementation of the packages based on the path. The expectation is the packages is always local. The path can be relative or absolute location of the packages. Order of the discovery is: 1. tarball 2. dir based
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.