Documentation ¶
Index ¶
- type MockClusterAPI
- type MockILMAPI
- type MockIndexAPI
- func (c *MockIndexAPI) CreateAlias(aliases []client.Alias) error
- func (c *MockIndexAPI) CreateIndex(index string) error
- func (c *MockIndexAPI) CreateTemplate(template, name string) error
- func (c *MockIndexAPI) DeleteAlias(aliases []client.Alias) error
- func (c *MockIndexAPI) DeleteIndices(indices []client.Index) error
- func (c *MockIndexAPI) GetJaegerIndices(prefix string) ([]client.Index, error)
- func (c *MockIndexAPI) Rollover(rolloverTarget string, conditions map[string]interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClusterAPI ¶
func (*MockClusterAPI) Version ¶
func (c *MockClusterAPI) Version() (uint, error)
type MockILMAPI ¶
type MockIndexAPI ¶
func (*MockIndexAPI) CreateAlias ¶
func (c *MockIndexAPI) CreateAlias(aliases []client.Alias) error
func (*MockIndexAPI) CreateIndex ¶
func (c *MockIndexAPI) CreateIndex(index string) error
func (*MockIndexAPI) CreateTemplate ¶
func (c *MockIndexAPI) CreateTemplate(template, name string) error
func (*MockIndexAPI) DeleteAlias ¶
func (c *MockIndexAPI) DeleteAlias(aliases []client.Alias) error
func (*MockIndexAPI) DeleteIndices ¶
func (c *MockIndexAPI) DeleteIndices(indices []client.Index) error
func (*MockIndexAPI) GetJaegerIndices ¶
func (c *MockIndexAPI) GetJaegerIndices(prefix string) ([]client.Index, error)
Click to show internal directories.
Click to hide internal directories.