mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-18 17:37:03 +00:00
remove comment - files with multiple resources are now supported
This commit is contained in:
parent
d5da392bcf
commit
93f7dbc83a
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ type Signature struct {
|
||||||
Kind, Version, Namespace string
|
Kind, Version, Namespace string
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Support multi-resources yaml files
|
|
||||||
func SignatureFromBytes(s []byte) (Signature, error) {
|
func SignatureFromBytes(s []byte) (Signature, error) {
|
||||||
resource := struct {
|
resource := struct {
|
||||||
APIVersion string `yaml:"apiVersion"`
|
APIVersion string `yaml:"apiVersion"`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue