remove comment - files with multiple resources are now supported

This commit is contained in:
Yann Hamon 2020-05-31 17:09:52 +02:00
parent d5da392bcf
commit 93f7dbc83a

View file

@ -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"`