Add secret list command to faas-cli
This commit adds `faas-cli secret list` command to the faas-cli which will be used to get secret list from the cluster. Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
This commit is contained in:
@@ -11,3 +11,7 @@ type KubernetesSecretMetadata struct {
|
||||
Name string `json:"name"`
|
||||
Namespace string `json:"namespace"`
|
||||
}
|
||||
|
||||
type Secret struct {
|
||||
Name string `json:"name"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user