You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnil, errors.Errorf("cannot determine dependency type - you must specify either a valid type, or an explicit apiVersionand kind")
601
+
returnnil, errors.Errorf("encountered an invalid dependency: package dependencies must specify either a valid type, or an explicit apiVersion, kind, and package")
602
602
}
603
603
604
604
returnpack, nil
@@ -613,16 +613,16 @@ func NewPackageList(dep *v1beta1.Dependency) (*unstructured.UnstructuredList, er
returnnil, errors.Errorf("cannot determine dependency type - you must specify either a valid type, or an explicit apiVersionand kind")
625
+
returnnil, errors.Errorf("encountered an invalid dependency: package dependencies must specify either a valid type, or an explicit apiVersion, kind, and package")
return0, 0, 0, errors.Errorf("encountered an invalid dependency: package dependencies must specify either a valid type, or an explicit apiVersion, kind, and package")
0 commit comments