MCPcopy
hub / github.com/kubernetes/client-go / newErrConfigurationInvalid

Function newErrConfigurationInvalid

tools/clientcmd/validation.go:75–82  ·  view source on GitHub ↗
(errs []error)

Source from the content-addressed store, hash-verified

73var _ utilerrors.Aggregate = errConfigurationInvalid{}
74
75func newErrConfigurationInvalid(errs []error) error {
76 switch len(errs) {
77 case 0:
78 return nil
79 default:
80 return errConfigurationInvalid(errs)
81 }
82}
83
84// Error implements the error interface
85func (e errConfigurationInvalid) Error() string {

Callers 4

ValidateFunction · 0.85
ConfirmUsableFunction · 0.85
ConfirmUsableMethod · 0.85

Calls 1

errConfigurationInvalidTypeAlias · 0.85

Tested by 1