faultinjection

package
v0.1.3-alpha.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IndexResource = "resource"
	IndexRest     = "rest"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type FaultInjectionResult

type FaultInjectionResult struct {
	Abort   bool
	Reason  string
	Message string
	ErrCode int32
}

type FaultInjector

type FaultInjector interface {
	FaultInjectionRest(URL string, method string) (result *FaultInjectionResult)
	FaultInjectionResource(namespace, apiGroup, resource, verb string) (result *FaultInjectionResult)
	HandlerWrapper() func(http.Handler) http.Handler
}

type ManagerInterface

type ManagerInterface interface {
	FaultInjector
	Sync(config *ctrlmeshproto.FaultInjection) (*ctrlmeshproto.FaultInjectConfigResp, error)
}

func NewManager

func NewManager(ctx context.Context) ManagerInterface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL