Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ESIndexNameRegexp according to https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html ESIndexNameRegexp = `^[^-_+A-Z][^A-Z\\\/\*\?"\<\> ,|#]{1,254}$` ESCreateOperation = "create" ESUpdateOperation = "update" ESManagedByField = "managed-by" ESManagedByValue = "elasticsearch-objects-operator.xo.90poe.io" )
Variables ¶
View Source
var ESStaticSettings map[string]bool
ESStaticSettings is map which has ES settings static part
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.