Spell fixes across code (#2288)
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
@@ -113,7 +113,7 @@ func (cfg *Config) NewSpecializeRequest(fn *fv1.Function, env *fv1.Environment)
|
||||
if env.Spec.AllowedFunctionsPerContainer == fv1.AllowedFunctionsPerContainerInfinite {
|
||||
// workflow loads multiple functions into one function pod,
|
||||
// we have to use a Function UID to separate the function code
|
||||
// to avoid overwritting.
|
||||
// to avoid overwriting.
|
||||
targetFilename = string(fn.ObjectMeta.UID)
|
||||
} else {
|
||||
// set target file name to fix pattern for
|
||||
|
||||
@@ -62,7 +62,7 @@ type (
|
||||
// to "/".
|
||||
URL string `json:"url"`
|
||||
|
||||
// Metatdata
|
||||
// Metadata
|
||||
FunctionMetadata *metav1.ObjectMeta
|
||||
|
||||
EnvVersion int `json:"envVersion"`
|
||||
|
||||
Reference in New Issue
Block a user