package
0.14.0
Repository: https://github.com/m3db/m3db-operator.git
Documentation: pkg.go.dev

# Functions

NewClient constructs a new namespace client.
NewMockClient creates a new mock instance.
RequestFromSpec returns a namespace add request from a cluster spec namespace config.
WithClient configures an m3admin client.
WithLogger is a setter to override the default logger.
WithURL is a setter to override the default url of m3coordinator.

# Constants

PresetOneMinuteFourtyDaysIndexed stores metrics at 10 second resolution for two days with a block size of 2h.
PresetTenSecondsTwoDaysIndexed stores metrics at 10 second resolution for two days with a block size of 2h.

# Structs

MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.

# Interfaces

Client provides the interface to interact with the namespace API.
Option provides an interface that can be used for setter options with the constructor.

# Type aliases

Preset represents a predfined namespace.