mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 00:36:46 +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
|
// Secret for underlying orchestrator
|
||||||
type Secret struct {
|
type Secret struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Value string `json:"value,omitempty"`
|
Namespace string `json:"namespace"`
|
||||||
|
Value string `json:"value,omitempty"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user