mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
applyconfiguration-gen: drop yamlUnmarshal
It's unused. Signed-off-by: Stephen Kitt <skitt@redhat.com>
This commit is contained in:
parent
a7fcc89ac0
commit
aca3214a70
@ -77,7 +77,6 @@ func (g *internalGenerator) GenerateType(c *generator.Context, _ *types.Type, w
|
||||
"fmtSprintf": fmtSprintf,
|
||||
"syncOnce": syncOnce,
|
||||
"yamlObject": yamlObject,
|
||||
"yamlUnmarshal": yamlUnmarshal,
|
||||
})
|
||||
|
||||
return sw.Error()
|
||||
|
@ -33,5 +33,4 @@ var (
|
||||
smdParser = types.Ref("sigs.k8s.io/structured-merge-diff/v4/typed", "Parser")
|
||||
testingTypeConverter = types.Ref("k8s.io/client-go/testing", "TypeConverter")
|
||||
yamlObject = types.Ref("sigs.k8s.io/structured-merge-diff/v4/typed", "YAMLObject")
|
||||
yamlUnmarshal = types.Ref("gopkg.in/yaml.v2", "Unmarshal")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user