mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +00:00
delete private interface with no references in package
This commit is contained in:
@@ -25,10 +25,6 @@ import (
|
|||||||
"k8s.io/kubernetes/pkg/runtime"
|
"k8s.io/kubernetes/pkg/runtime"
|
||||||
)
|
)
|
||||||
|
|
||||||
type debugError interface {
|
|
||||||
DebugError() (msg string, args []interface{})
|
|
||||||
}
|
|
||||||
|
|
||||||
// GetOriginalConfiguration retrieves the original configuration of the object
|
// GetOriginalConfiguration retrieves the original configuration of the object
|
||||||
// from the annotation, or nil if no annotation was found.
|
// from the annotation, or nil if no annotation was found.
|
||||||
func GetOriginalConfiguration(mapping *meta.RESTMapping, obj runtime.Object) ([]byte, error) {
|
func GetOriginalConfiguration(mapping *meta.RESTMapping, obj runtime.Object) ([]byte, error) {
|
||||||
|
Reference in New Issue
Block a user