kubernetes/vendor/sigs.k8s.io/kustomize/api/internal/utils/errtimeout.go

type errTimeOut

func NewErrTimeOut(d time.Duration, c string) *errTimeOut {}

func (e *errTimeOut) Error() string {}

func IsErrTimeout(err error) bool {}