fix invalid yaml format (#10238)
This commit is contained in:
+2
-2
@@ -52,7 +52,7 @@ you **on a best-effort basis**.
|
||||
|
||||
For example, if your ThirdPartyResource looks like this:
|
||||
|
||||
```yaml
|
||||
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: ThirdPartyResource
|
||||
metadata:
|
||||
@@ -60,7 +60,7 @@ you **on a best-effort basis**.
|
||||
description: "A specification of a Pod to run on a cron style schedule"
|
||||
versions:
|
||||
- name: v1
|
||||
```
|
||||
|
||||
|
||||
A matching CustomResourceDefinition could look like this:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user