Reword redirect docs for clarity (#9504)

This commit is contained in:
Luke Kysow 2021-01-07 11:40:59 -08:00 committed by GitHub
parent 72db0cc6d3
commit 3ee1ba1e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 10 deletions

View File

@ -277,18 +277,12 @@ spec:
name: 'Redirect',
type: 'ServiceResolverRedirect: <optional>',
description: {
hcl: `When configured, all
attempts to resolve the service this resolver defines will be substituted for
the supplied redirect EXCEPT when the redirect has already been applied.
hcl: `When configured, all attempts to resolve the service this resolver defines will be substituted for the supplied redirect EXCEPT when the redirect has already been applied.
<br><br>
When substituting the supplied redirect into the all other fields besides
\`Kind\`, \`Name\`, and \`Redirect\` will be ignored.`,
yaml: `When configured, all
attempts to resolve the service this resolver defines will be substituted for
the supplied redirect EXCEPT when the redirect has already been applied.
When \`Redirect\` is set, all other fields besides \`Kind\`, \`Name\`, \`Namespace\` and \`Redirect\` will be ignored.`,
yaml: `When configured, all attempts to resolve the service this resolver defines will be substituted for the supplied redirect EXCEPT when the redirect has already been applied.
<br><br>
When substituting the supplied redirect into the all other fields besides
\`redirect\` will be ignored.`,
When \`redirect\` is set, all other fields besides \`redirect\` will be ignored.`,
},
children: [
{