Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionType ¶
type FunctionType string
const ( FunctionTypeLambda FunctionType = "functionTypeLambda" FunctionTypeGfuncs FunctionType = "functionTypeGfuncs" FunctionTypeSwagger FunctionType = "functionTypeSwagger" FunctionTypeOpenFaaS FunctionType = "functionTypeFaaS" FunctionTypeAzure FunctionType = "functionTypeAzure" FunctionTypeFission FunctionType = "functionTypeFission" FunctionTypeProjectFn FunctionType = "functionTypeProjectFn" NonFunctional FunctionType = "nonFunctional" FunctionTypeGRPC FunctionType = "functionTypeGRPC" )
func GetFunctionType ¶
func GetFunctionType(us *v1.Upstream) FunctionType
Click to show internal directories.
Click to hide internal directories.