mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +00:00
Error on HTTP resources are not nescessarly protocol related
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
This commit is contained in:
5
api/loader/errors.go
Normal file
5
api/loader/errors.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package loader
|
||||
|
||||
import "fmt"
|
||||
|
||||
var ErrorHTTP = fmt.Errorf("HTTP Error")
|
||||
Reference in New Issue
Block a user