# Functions
No description provided by the author
NewContainerEnvFromStringSlice returns a new ContainerEnv pointer with parsing input envStr.
NewFunctionRunner returns a FunctionRunner given a specification of a function and it's config.
NewRunner returns a FunctionRunner given a specification of a function and it's config.
ResolveToImageForCLI converts the function short path to the full image url.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
FnExecErrorIndentation is the number of spaces at the beginning of each line of function failure messages.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ContainerFn implements a KRMFn which run a containerized KRM function.
ContainerFnPermission contains the permission of container function such as network access.
ContainerImageError is an error type which will be returned when the container run time cannot verify docker image.
ExecError implements an error type that stores information about function failure.
No description provided by the author
FunctionRunner wraps FunctionFilter and implements kio.Filter interface.
No description provided by the author
# Type aliases
ContainerRuntime is the type of container runtime.
No description provided by the author
ImageResolveFunc is the type for a function that can resolve a partial image to a (more) fully-qualified name.
No description provided by the author