mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 06:43:23 +00:00
Remove duplicated Secret struct
Signed-off-by: Jonatas Baldin <jonatas.baldin@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
1cc93860d4
commit
22b15fb0a9
@ -16,10 +16,3 @@ type AsyncReport struct {
|
|||||||
type DeleteFunctionRequest struct {
|
type DeleteFunctionRequest struct {
|
||||||
FunctionName string `json:"functionName"`
|
FunctionName string `json:"functionName"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Secret for underlying orchestrator
|
|
||||||
type Secret struct {
|
|
||||||
Name string `json:"name"`
|
|
||||||
Namespace string `json:"namespace"`
|
|
||||||
Value string `json:"value,omitempty"`
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user