Skip to content

Commit

Permalink
Merge pull request #9816 from jwhonce/wip/namespace
Browse files Browse the repository at this point in the history
Correct json encoding field name for Namespace type
  • Loading branch information
openshift-merge-robot authored Mar 25, 2021
2 parents 029659a + f5e2c53 commit 8eb3632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/specgen/namespaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8eb3632

Please sign in to comment.