const FunctionAnnotationKey …
const oldFunctionAnnotationKey …
var functionAnnotationKeys …
type ContainerNetworkName …
const NetworkNameNone …
const NetworkNameHost …
const defaultEnvValue …
type ContainerEnv …
func (ce *ContainerEnv) GetDockerFlags() []string { … }
func (ce *ContainerEnv) AddKeyValue(key, value string) { … }
func (ce *ContainerEnv) HasExportedKey(key string) bool { … }
func (ce *ContainerEnv) AddKey(key string) { … }
func (ce *ContainerEnv) Raw() []string { … }
func NewContainerEnv() *ContainerEnv { … }
func NewContainerEnvFromStringSlice(envStr []string) *ContainerEnv { … }
type FunctionSpec …
type ExecSpec …
type ContainerSpec …
type StorageMount …
func (s *StorageMount) String() string { … }
func GetFunctionSpec(n *yaml.RNode) (*FunctionSpec, error) { … }
func getFunctionSpecFromAnnotation(n *yaml.RNode, meta yaml.ResourceMeta) (*FunctionSpec, error) { … }
func StringToStorageMount(s string) StorageMount { … }
type IsReconcilerFilter …
func (c *IsReconcilerFilter) Filter(inputs []*yaml.RNode) ([]*yaml.RNode, error) { … }