io.buoyant.admin.js.template.delegatenode.handlebars Maven / Gradle / Ivy
{{#if child}}
{{#if isDelegate}}
Possible Resolution Path
{{else if isAlt}}
Several Possible Resolution Paths
{{else if isUnion}}
Several Simultaneous Resolution Paths
{{else if isTransformation}}
Transformation
{{else if isLeaf}}
Namer Match
{{/if}}
{{#if weight}}
(weight: {{weight}})
{{/if}}
{{path}}
{{#with dentry}}
{{prefix}} => {{dst}}
{{/with}}
{{#if transformation}}
{{transformation}}
{{/if}}
{{{child}}}
{{else}}
{{#if isNeg}}
No Further Branch Matches
{{else if isFail}}
Explicit Failure
{{else if isException}}
{{#if message}}
Exception: {{message}}
{{else}}
Unknown Exception
{{/if}}
{{else}}
Bound Path
{{/if}}
{{#if weight}}
(weight: {{weight}})
{{/if}}
{{#with addr}}
{{#each addrs}}
{{ip}}:{{port}}
{{/each}}
{{/with}}
{{#if id}}[{{id}}]{{/if}}
(residual: {{path}})
{{#with dentry}}
{{prefix}} => {{dst}}
{{/with}}
{{#if transformed}}
{{{transformed}}}
{{/if}}
{{/if}}