hid copy fn for codeblocks that don't need it

pull/12863/head
trujillo-adam 2022-04-27 11:34:44 -07:00
parent 195ec096bb
commit ac04a1251f
1 changed files with 6 additions and 0 deletions

View File

@ -99,6 +99,8 @@ Ensure that the following requirements are met prior to upgrading:
After completing this step, you will have a list of all routes similar to the following: After completing this step, you will have a list of all routes similar to the following:
<CodeBlockConfig hideClipboard>
```yaml ```yaml
example-http-route: example-http-route:
- namespace: example-namespace - namespace: example-namespace
@ -118,6 +120,7 @@ Ensure that the following requirements are met prior to upgrading:
name: web-backend name: web-backend
namespace: gateway-namespace namespace: gateway-namespace
``` ```
</CodeBlockConfig>
Skip to [step 8](#step-8) if your list is empty. Skip to [step 8](#step-8) if your list is empty.
<a name="jq-command"/> <a name="jq-command"/>
@ -132,6 +135,8 @@ Ensure that the following requirements are met prior to upgrading:
The output will resemble the following response if routes that require a new `ReferencePolicy` are returned: The output will resemble the following response if routes that require a new `ReferencePolicy` are returned:
<CodeBlockConfig hideClipboard>
```log ```log
{ {
"name": "example-http-route", "name": "example-http-route",
@ -160,6 +165,7 @@ Ensure that the following requirements are met prior to upgrading:
} }
} }
``` ```
</CodeBlockConfig>
If your output is empty, skip to [step 8](#step-8). If your output is empty, skip to [step 8](#step-8).
<a name="create-reference-policy"/> <a name="create-reference-policy"/>