Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchRepositoryPrefix ¶
func MatchRepositoryPrefix(prefixes *versionstream.RepositoryPrefixes, prefix string) (string, error)
MatchRepositoryPrefix returns the prefix match if it can be found from the version stream
Types ¶
type Options ¶
type Options struct { Dir string VersionStreamDir string VersionStreamURL string VersionStreamRef string CommandRunner cmdrunner.CommandRunner QuietCommandRunner cmdrunner.CommandRunner Requirements *jxcore.RequirementsConfig RequirementsFileName string Resolver *versionstream.VersionResolver }
Options the options for the command
func (*Options) ResolveVersionStream ¶
ResolveVersionStream verifies there is a valid version stream and if not resolves it via kpt
Click to show internal directories.
Click to hide internal directories.