Package

io.buoyant.transformer

perHost

Permalink

package perHost

Visibility
  1. Public
  2. All

Type Members

  1. class LocalhostTransformerConfig extends TransformerConfig

    Permalink
  2. class LocalhostTransformerInitializer extends TransformerInitializer

    Permalink
  3. class PortTransformer extends DelegatingNameTreeTransformer

    Permalink

    The port transformer replaces the port number in every addresses with a configured value.

    The port transformer replaces the port number in every addresses with a configured value. This can be used if there is an incoming linkerd router (or other reverse-proxy) running on a fixed port on each host and you with to send traffic to that port instead of directly to the destination address.

  4. case class PortTransformerConfig(port: Port) extends TransformerConfig with Product with Serializable

    Permalink
  5. class PortTransformerInitializer extends TransformerInitializer

    Permalink
  6. class SpecificHostTransformerConfig extends TransformerConfig

    Permalink
  7. class SpecificHostTransformerInitializer extends TransformerInitializer

    Permalink

Ungrouped