Documentation
¶
Index ¶
- Constants
- func DurationBetween() func(t *testing.T, expected time.Duration, skew float64)
- func NewArangoClusterSynchronization(name string) *api.ArangoClusterSynchronization
- func NewArangoDeployment(name string) *api.ArangoDeployment
- func NewCustomRequestHandler(t *testing.T, method string, path string, ...) http.HandlerFunc
- func NewEmptyInspector(t *testing.T) inspectorInterface.Inspector
- func NewInspector(t *testing.T, c kclient.Client) inspectorInterface.Inspector
- func NewSimpleHandler(t *testing.T, method string, path string, ...) http.HandlerFunc
- func RefreshArangoClusterSynchronization(t *testing.T, client kclient.Client, acs *api.ArangoClusterSynchronization) *api.ArangoClusterSynchronization
- func WithLogScanner(t *testing.T, name string, in func(t *testing.T, s LogScanner))
- type AsyncHandler
- type LogScanner
- type Server
Constants ¶
View Source
const FakeNamespace = "fake"
Variables ¶
This section is empty.
Functions ¶
func DurationBetween ¶
func NewArangoClusterSynchronization ¶
func NewArangoClusterSynchronization(name string) *api.ArangoClusterSynchronization
func NewArangoDeployment ¶
func NewArangoDeployment(name string) *api.ArangoDeployment
func NewCustomRequestHandler ¶
func NewEmptyInspector ¶
func NewEmptyInspector(t *testing.T) inspectorInterface.Inspector
func NewInspector ¶
func NewSimpleHandler ¶
func RefreshArangoClusterSynchronization ¶
func RefreshArangoClusterSynchronization(t *testing.T, client kclient.Client, acs *api.ArangoClusterSynchronization) *api.ArangoClusterSynchronization
func WithLogScanner ¶
Types ¶
type AsyncHandler ¶
type AsyncHandler interface { ID() string Start() InProgress() Missing() Done() }
func NewAsyncHandler ¶
type LogScanner ¶
Click to show internal directories.
Click to hide internal directories.