type AmbiguousResourceError … func (e *AmbiguousResourceError) Error() string { … } func (*AmbiguousResourceError) Is(target error) bool { … } type AmbiguousKindError … func (e *AmbiguousKindError) Error() string { … } func (*AmbiguousKindError) Is(target error) bool { … } func IsAmbiguousError(err error) bool { … } type NoResourceMatchError … func (e *NoResourceMatchError) Error() string { … } func (*NoResourceMatchError) Is(target error) bool { … } type NoKindMatchError … func (e *NoKindMatchError) Error() string { … } func (*NoKindMatchError) Is(target error) bool { … } func IsNoMatchError(err error) bool { … }