We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3f7f8 commit cce430fCopy full SHA for cce430f
pkg/api/kptfile/v1/types.go
@@ -42,7 +42,7 @@ var TypeMeta = yaml.ResourceMeta{
42
// KptFile contains information about a package managed with kpt.
43
// swagger:model kptfile
44
type KptFile struct {
45
- yaml.ResourceMeta `yaml:",inline"`
+ yaml.ResourceMeta `yaml:",inline" json:",inline"`
46
47
Upstream *Upstream `yaml:"upstream,omitempty" json:"upstream,omitempty"`
48
0 commit comments