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
@ -20,5 +20,6 @@ type DeleteFunctionRequest struct {
|
|||||||
// Secret for underlying orchestrator
|
// Secret for underlying orchestrator
|
||||||
type Secret struct {
|
type Secret struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
|
Namespace string `json:"namespace"`
|
||||||
Value string `json:"value,omitempty"`
|
Value string `json:"value,omitempty"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user