Versions in this module Expand all Collapse all v1 v1.7.0 Feb 14, 2023 Changes in this version + var ErrCheckingExistence = errors.New("error looking for existing mesh") + var ErrDeployingMesh = errors.New("failed to deploy NGINX Service Mesh") + var ErrInput = errors.New("error validating input") + var ErrK8sAPIResponse = errors.New("kubernetes API returned error") + var ErrMeshAPIResponse = errors.New("mesh API returned error") + var ErrMeshStatus = errors.New(...) + var ErrNotFound = errors.New("not found") + func CheckForK8sFatalError(err error) (bool, string) + func NamespaceExistsError(err error) string + type AlreadyExistsError struct + Msg string + func (e AlreadyExistsError) Error() string + type DeleteFailedError struct + func (DeleteFailedError) Error() string + type ImagePullError struct + Msg string + func (e ImagePullError) Error() string + type InternalServiceError struct + Msg string + func (e InternalServiceError) Error() string + type InvalidRequestError struct + Msg string + func (e InvalidRequestError) Error() string + type NamespaceNotFoundError struct + Namespace string + func (e NamespaceNotFoundError) Error() string + type TimedOutDeletingError struct + func (TimedOutDeletingError) Error() string + type UnexpectedStatusError struct + Code int + func (e UnexpectedStatusError) Error() string