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:
|
For example, if your ThirdPartyResource looks like this:
|
||||||
|
|
||||||
```yaml
|
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: extensions/v1beta1
|
||||||
kind: ThirdPartyResource
|
kind: ThirdPartyResource
|
||||||
metadata:
|
metadata:
|
||||||
@@ -60,7 +60,7 @@ you **on a best-effort basis**.
|
|||||||
description: "A specification of a Pod to run on a cron style schedule"
|
description: "A specification of a Pod to run on a cron style schedule"
|
||||||
versions:
|
versions:
|
||||||
- name: v1
|
- name: v1
|
||||||
```
|
|
||||||
|
|
||||||
A matching CustomResourceDefinition could look like this:
|
A matching CustomResourceDefinition could look like this:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user