package
1.3.1
Repository: https://github.com/mattmoor/mink.git
Documentation: pkg.go.dev

# Functions

BinaryName of how we are being used.
ExamplePrefix is the prefix to use in our examples.
Kubeconfig establishes the appropriate kubernetes configuration file to use.
Namespace establishes the appropriate default namespace.
NewApplyCommand implements 'kn-im apply' command.
NewBuildCommand implements 'kn-im build' command.
NewBuildpackCommand implements 'kn-im build' command.
NewBundleCommand implements 'kn-im bundle' command.
NewInstallCommand implements 'kn-im install' command.
NewResolveCommand implements 'kn-im resolve' command.
NewRunCommand implements 'kn-im run' command.
NewRunPipelineCommand implements 'kn-im run pipeline' command.
NewRunTaskCommand implements 'kn-im run task' command.
NewVersionCommand implements 'kn-im version' command.
ValidationErrorProcessor constructs a Processor that surfaces a validation error.

# Constants

These constants define the different bundle "modes".
These constants define the different bundle "modes".
These constants define the different bundle "modes".

# Variables

BuildDate is the date on which this CLI binary was built.
CoreReleaseURI holds the URI for the release yaml to install.
GitRevision is the git commit from which this CLI binary was built.
InMemoryReleaseURI is the analog of CoreReleaseURI for config/in-memory.
Version is the version string at which the CLI is built.

# Structs

ApplyOptions implements Interface for the `kn im apply` command.
BaseBuildOptions implements Interface for the `kn im build` command.
BuildOptions implements Interface for the `kn im build` command.
BuildpackOptions implements Interface for the `kn im build` command.
BundleOptions implements Interface for the `kn im bundle` command.
InstallOptions implements Interface for the `kn im install` command.
ProcessorFuncs is a helper for implementing Processor.
ResolveOptions implements Interface for the `kn im resolve` command.
RunOptions is a base for the RunFooOptions commands.
RunPipelineOptions implements Interface for the `kn im run pipeline` command.
RunTaskOptions implements Interface for the `kn im run task` command.

# Interfaces

Interface defines the interface that various options types are expected to adhere to.
Processor is an interface for augmenting a vanilla run execution with additional pre/post functionality "mixed in".

# Type aliases

BundleMode indicates the type of bundling mode that this bundle command is performing.