Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1487 from laverya/properly-omitemp…
Browse files Browse the repository at this point in the history
…ty-kustomization-inventory

properly omitempty for 'inventory' in 'kustomize'
  • Loading branch information
k8s-ci-robot authored Aug 29, 2019
2 parents 6ead3b7 + 2e7ad48 commit 119ff5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/types/kustomization.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ type Kustomization struct {

// Inventory appends an object that contains the record
// of all other objects, which can be used in apply, prune and delete
Inventory *Inventory `json:"inventory,omitempty" yaml:"inventory:omitempty"`
Inventory *Inventory `json:"inventory,omitempty" yaml:"inventory,omitempty"`
}

//go:generate stringer -type=GarbagePolicy
Expand Down

0 comments on commit 119ff5a

Please sign in to comment.