Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SidecarConfig *config.Config = nil
SidecarConfig , if it exists, contains additional configuration information for the sidecar
View Source
var TransformationStepInputSocket = path.Join(process.DataVolumePath, os.Getenv(inputSocketEnv))
TransformationStepInputSocket is the path to the socket used for transformation step input
View Source
var TransformationStepOutputSocket = path.Join(process.DataVolumePath, os.Getenv(outputSocketEnv))
TransformationStepOutputSocket is the path to the socket used for transformation step output
Functions ¶
func VerifySidecarConfig ¶ added in v0.1.20
func VerifySidecarConfig() error
VerifySidecarConfig parses and verifies the config struct of the sidecar
func VerifySidecarEnvs ¶
func VerifySidecarEnvs() error
VerifySidecarEnvs checks whether each of the environment variables returned a non-empty value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.