mirror of
https://github.com/containers/podman.git
synced 2026-09-18 09:07:13 -04:00
Merge pull request #9816 from jwhonce/wip/namespace
Correct json encoding field name for Namespace type
This commit is contained in:
1 file changed
+1
-1
@@ -54,7 +54,7 @@ const (
|
||||
// Namespace describes the namespace
|
||||
type Namespace struct {
|
||||
NSMode NamespaceMode `json:"nsmode,omitempty"`
|
||||
Value string `json:"string,omitempty"`
|
||||
Value string `json:"value,omitempty"`
|
||||
}
|
||||
|
||||
// IsDefault returns whether the namespace is set to the default setting (which
|
||||
|
||||
Reference in new issue
Block a user