Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthController ¶
type HealthController interface {
Health(http.ResponseWriter, *http.Request)
}
HealthController is an interface that implements mutation method
func NewHealthController ¶
func NewHealthController() (HealthController, error)
NewHealthController is a factory method to create an instance of HealthController
type MutatorController ¶
type MutatorController interface {
Shutdown()
Mutate(http.ResponseWriter, *http.Request)
}
MutatorController is an interface that implements mutation method
func NewMutatorController ¶
func NewMutatorController(sideCarConfigFile string, shawarmaImage string, shawarmaServiceAcctName string, shawarmaSecretTokenName string) (MutatorController, error)
NewMutatorController is a factory method to create an instance of MutatorController
Click to show internal directories.
Click to hide internal directories.