Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManifestReader ¶
ManifestReader defines the interface for reading a set of manifests into info objects.
type PathManifestReader ¶
type PathManifestReader struct { Path string ReaderOptions }
PathManifestReader reads manifests from the provided path and returns them as Info objects. The returned Infos will not have client or mapping set.
type ReaderOptions ¶
type ReaderOptions struct { Factory util.Factory Validate bool Namespace string EnforceNamespace bool }
ReaderOptions defines the shared inputs for the different implementations of the ManifestReader interface.
type StreamManifestReader ¶
type StreamManifestReader struct { ReaderName string Reader io.Reader ReaderOptions }
StreamManifestReader reads manifest from the provided io.Reader and returns them as Info objects. The returned Infos will not have client or mapping set.
Click to show internal directories.
Click to hide internal directories.