Documentation
¶
Index ¶
- func AddBuildOptions(cmd *cobra.Command, bo *BuildOptions)
- func AddFileArg(cmd *cobra.Command, fo *FilenameOptions)
- func AddPublishArg(cmd *cobra.Command, po *PublishOptions)
- func AddSelectorArg(cmd *cobra.Command, so *SelectorOptions)
- func EnumerateFiles(fo *FilenameOptions) chan string
- func MakeNamer(po *PublishOptions) publish.Namer
- type BuildOptions
- type FilenameOptions
- type PublishOptions
- type SelectorOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddBuildOptions ¶
func AddBuildOptions(cmd *cobra.Command, bo *BuildOptions)
func AddFileArg ¶
func AddFileArg(cmd *cobra.Command, fo *FilenameOptions)
func AddPublishArg ¶ added in v0.4.0
func AddPublishArg(cmd *cobra.Command, po *PublishOptions)
func AddSelectorArg ¶
func AddSelectorArg(cmd *cobra.Command, so *SelectorOptions)
func EnumerateFiles ¶
func EnumerateFiles(fo *FilenameOptions) chan string
Based heavily on pkg/kubectl
func MakeNamer ¶
func MakeNamer(po *PublishOptions) publish.Namer
Types ¶
type BuildOptions ¶
type BuildOptions struct {
ConcurrentBuilds int
DisableOptimizations bool
Platform string
Labels []string
}
BuildOptions represents options for the ko builder.
type FilenameOptions ¶
FilenameOptions is from pkg/kubectl.
type PublishOptions ¶
type PublishOptions struct {
Tags []string
// Push publishes images to a registry.
Push bool
// Local publishes images to a local docker daemon.
Local bool
InsecureRegistry bool
OCILayoutPath string
TarballFile string
// PreserveImportPaths preserves the full import path after KO_DOCKER_REPO.
PreserveImportPaths bool
// BaseImportPaths uses the base path without MD5 hash after KO_DOCKER_REPO.
BaseImportPaths bool
// Bare uses a tag on the KO_DOCKER_REPO without anything additional.
Bare bool
}
PublishOptions encapsulates options when publishing.
type SelectorOptions ¶
type SelectorOptions struct {
Selector string
}
SelectorOptions allows selecting objects from the input manifests by label
Click to show internal directories.
Click to hide internal directories.