mirror of
https://github.com/containers/podman.git
synced 2026-01-29 00:11:42 -05:00
Merge pull request #9816 from jwhonce/wip/namespace
Correct json encoding field name for Namespace type
This commit is contained in:
@@ -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