From 93f7dbc83ac80876be4fd18b9a93ca32bc0d409b Mon Sep 17 00:00:00 2001 From: Yann Hamon Date: Sun, 31 May 2020 17:09:52 +0200 Subject: [PATCH] remove comment - files with multiple resources are now supported --- pkg/resource/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/resource/main.go b/pkg/resource/main.go index 4cef897..acfacf9 100644 --- a/pkg/resource/main.go +++ b/pkg/resource/main.go @@ -8,7 +8,6 @@ type Signature struct { Kind, Version, Namespace string } -// TODO: Support multi-resources yaml files func SignatureFromBytes(s []byte) (Signature, error) { resource := struct { APIVersion string `yaml:"apiVersion"`