Documentation
¶
Index ¶
Constants ¶
View Source
const ( //labels Domain = "fnrun.io" FunctionLabelKey = "fnrun.io/image" ConfigMapLabelKey = "fnrun.io/configmap" // pod spec InitContainerName = "copy-fnwrapper-server" FnContainerName = "function" VolumeName = VolumeMountPath VolumeMountPath = "fnwrapper-server-tools" WrapperServerBin = "fnwrapper-server" DefaultFnWrapperImage = "europe-docker.pkg.dev/srlinux/eu.gcr.io/fnwrapper-image:latest" FnGRPCServerPort = 9446 FnProxyGRPCServerPort = 9445 // env EnvFnWrapperImage = "FN-WRAPPER-IMAGE" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DigestAndEntrypoint ¶
type DigestAndEntrypoint struct { // digest is a hex string Digest string // entrypoint is the entrypoint of the image Entrypoint []string }
func (*DigestAndEntrypoint) GetDigest ¶
func (r *DigestAndEntrypoint) GetDigest() string
func (*DigestAndEntrypoint) GetEntrypoint ¶
func (r *DigestAndEntrypoint) GetEntrypoint() []string
Click to show internal directories.
Click to hide internal directories.