Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mutator ¶
type Mutator struct { // CoordAddr contains the address of the marblerun coordinator CoordAddr string DomainName string SGXResource string }
Mutator struct
func (*Mutator) HandleMutate ¶
func (m *Mutator) HandleMutate(w http.ResponseWriter, r *http.Request)
HandleMutate handles mutate requests and injects sgx tolerations into the request
func (*Mutator) HandleMutateNoSgx ¶
func (m *Mutator) HandleMutateNoSgx(w http.ResponseWriter, r *http.Request)
HandleMutateNoSgx is called when the sgx injection label is not set
Click to show internal directories.
Click to hide internal directories.