// Copyright 2022 The Kubernetes Authors. // SPDX-License-Identifier: Apache-2.0 package loader import "fmt" var ErrorHTTP = fmt.Errorf("HTTP Error")