Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestPreset ¶
type TestPreset string
const ( NoPreset TestPreset = "" TenantJobs TestPreset = "tenant-jobs" NamespaceListCheck TestPreset = "ns-list-check" PartiallyDropped TestPreset = "partially-dropped" )
type TestSettings ¶
type TestSettings struct {
Preset TestPreset
}
func (*TestSettings) FillFromParamString ¶
func (ts *TestSettings) FillFromParamString(p string)
func (*TestSettings) IsTenantJobs ¶
func (ts *TestSettings) IsTenantJobs() bool
func (*TestSettings) LogFields ¶
func (ts *TestSettings) LogFields() logrus.Fields
type TestsController ¶
type TestsController struct {
// contains filtered or unexported fields
}
func NewTestsController ¶
func NewTestsController( ctx context.Context, log logrus.FieldLogger, logFilesPath string, ) *TestsController
func (*TestsController) GetClients ¶
func (tc *TestsController) GetClients() api_clients.APIClientsInterface
func (*TestsController) HandlerMiddleware ¶
func (tc *TestsController) HandlerMiddleware(next http.Handler) http.Handler
func (*TestsController) LogFields ¶
func (tc *TestsController) LogFields() logrus.Fields
func (*TestsController) ServeHTTP ¶
func (tc *TestsController) ServeHTTP(resp http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.