Update resource.go

This commit is contained in:
Jeff Regan
2021-03-15 22:22:43 -07:00
committed by GitHub
parent d0dbc3e87b
commit 5247aa5750

View File

@@ -24,6 +24,7 @@ import (
// Resource is an RNode, representing a Kubernetes Resource Model object,
// paired with metadata used by kustomize.
type Resource struct {
// TODO: Inline RNode, dropping complexity. Resource is just a decorator.
node *kyaml.RNode
options *types.GenArgs
refBy []resid.ResId