Documentation ¶
Index ¶
- Variables
- func ErrCheckOpensearchClusterFailed(clienterr error) error
- func ErrCreateFailedAlreadyExists(id string) error
- func ErrCreateNamespaceFailed(clienterr error) error
- func ErrDeleteClusterInvalidList(id string) error
- func ErrGenerateCredentialsFailed(err error) error
- func ErrGetDetailsInvalidList(id string) error
- func ErrInvalidRetention() error
- func ErrListingClustersFaled(clienterr error) error
- func ErrMissingDataNode() error
- func ErrOpensearchRequestFailed(status string) error
- func ErrReplicasZero(nodeType string) error
- func ErrRequestGtLimits() error
- func ErrRequestMissingMemory() error
- func ErrStoreClusterFailed(err error) error
- func ErrStoreUserCredentialsFailed(err error) error
- func ErrStoredClusterPersistence() error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrClusterAlreadyExists = errors.New("cluster already exists") ErrInvalidList = errors.New("list did not return exactly 1 result") ErrInvalidPersistence = errors.New("invalid persistence config") ErrInvalidCluster = errors.New("invalid opensearch cluster") ErrClusterIDMissing = errors.New("request does not include cluster ID") ErrOpensearchResponse = errors.New("opensearch request unsuccessful") ErrNoOpensearchClient = errors.New("opensearch client is not set") ErrLoggingCapabilityExists = errors.New("at least one cluster has logging capability installed") )
Functions ¶
func ErrInvalidRetention ¶
func ErrInvalidRetention() error
func ErrListingClustersFaled ¶
func ErrMissingDataNode ¶ added in v0.8.0
func ErrMissingDataNode() error
func ErrReplicasZero ¶ added in v0.8.0
func ErrRequestGtLimits ¶ added in v0.8.0
func ErrRequestGtLimits() error
func ErrRequestMissingMemory ¶
func ErrRequestMissingMemory() error
func ErrStoreClusterFailed ¶
func ErrStoredClusterPersistence ¶
func ErrStoredClusterPersistence() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.