mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
Merge pull request #9816 from jwhonce/wip/namespace
Correct json encoding field name for Namespace type
This commit is contained in:
commit
8eb36320ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue