Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mutator ¶
type Mutator struct {
// contains filtered or unexported fields
}
Mutator contains common atttributes and the mutation input source structure
func NewMutator ¶
func NewMutator(name string, log logrus.FieldLogger, ingress networking.Ingress, domain string) Mutator
NewMutator creates a new Mutator. Clients of this API should set a meaningful name that can be used to easily identify the calling client.
func (*Mutator) Mutate ¶
func (m *Mutator) Mutate() *MutatorOutput
Mutate converts a Ingress into HTTPProxy
type MutatorOutput ¶
MutatorOutput contains the mutated output structures
Click to show internal directories.
Click to hide internal directories.