fix invalid yaml format (#10238)

This commit is contained in:
CaoShuFeng
2018-09-10 09:25:40 +08:00
committed by k8s-ci-robot
parent 4423ff8f6b
commit 37d8c7bf8d
@@ -52,15 +52,15 @@ you **on a best-effort basis**.
For example, if your ThirdPartyResource looks like this:
```yaml
apiVersion: extensions/v1beta1
kind: ThirdPartyResource
metadata:
name: cron-tab.stable.example.com
description: "A specification of a Pod to run on a cron style schedule"
versions:
- name: v1
```
apiVersion: extensions/v1beta1
kind: ThirdPartyResource
metadata:
name: cron-tab.stable.example.com
description: "A specification of a Pod to run on a cron style schedule"
versions:
- name: v1
A matching CustomResourceDefinition could look like this: