mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 14:23:25 +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 {
|
||||
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