Documentation ¶
Index ¶
- Variables
- func AddKubeCommands(topLevel *cobra.Command)
- func NewBuilder(ctx context.Context, bo *options.BuildOptions) (build.Interface, error)
- func NewPublisher(po *options.PublishOptions) (publish.Interface, error)
- func PublishImages(ctx context.Context, importpaths []string, pub publish.Interface, ...) (map[string]name.Reference, error)
- type CompletionFlags
Constants ¶
This section is empty.
Variables ¶
View Source
var Version string
Version is provided by govvv at compile-time
Functions ¶
func AddKubeCommands ¶
AddKubeCommands augments our CLI surface with a passthru delete command, and an apply command that realizes the promise of ko, as outlined here:
https://github.com/google/go-containerregistry/issues/80
func NewBuilder ¶
NewBuilder creates a ko builder
func NewPublisher ¶
func NewPublisher(po *options.PublishOptions) (publish.Interface, error)
NewPublisher creates a ko publisher
Types ¶
type CompletionFlags ¶
type CompletionFlags struct {
Zsh bool
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.