mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 16:56:47 +00:00
Add Namespace to Secret type
Signed-off-by: Jonatas Baldin <jonatas.baldin@gmail.com>
This commit is contained in:
parent
496c513bea
commit
1cc93860d4
@ -19,6 +19,7 @@ type DeleteFunctionRequest struct {
|
||||
|
||||
// Secret for underlying orchestrator
|
||||
type Secret struct {
|
||||
Name string `json:"name"`
|
||||
Value string `json:"value,omitempty"`
|
||||
Name string `json:"name"`
|
||||
Namespace string `json:"namespace"`
|
||||
Value string `json:"value,omitempty"`
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user