mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 15:23:29 +00:00
Updates to GitHub Actions versions
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
This commit is contained in:
2
gateway/vendor/github.com/openfaas/faas-provider/types/config.go
generated
vendored
2
gateway/vendor/github.com/openfaas/faas-provider/types/config.go
generated
vendored
@ -48,6 +48,8 @@ type FaaSHandlers struct {
|
||||
Health http.HandlerFunc
|
||||
|
||||
Info http.HandlerFunc
|
||||
|
||||
Telemetry http.HandlerFunc
|
||||
}
|
||||
|
||||
// FaaSConfig set config for HTTP handlers
|
||||
|
4
gateway/vendor/github.com/openfaas/faas-provider/types/function_deployment.go
generated
vendored
4
gateway/vendor/github.com/openfaas/faas-provider/types/function_deployment.go
generated
vendored
@ -48,4 +48,8 @@ type FunctionDeployment struct {
|
||||
type FunctionResources struct {
|
||||
Memory string `json:"memory,omitempty"`
|
||||
CPU string `json:"cpu,omitempty"`
|
||||
|
||||
NvidiaGPU string `json:"nvidia.com/gpu,omitempty"`
|
||||
AmdGPU string `json:"amd.com/gpu,omitempty"`
|
||||
IntelGPU string `json:"intel.com/gpu,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user