fix invalid yaml format (#10238)
This commit is contained in:
+9
-9
@@ -52,15 +52,15 @@ 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:
|
||||||
name: cron-tab.stable.example.com
|
name: cron-tab.stable.example.com
|
||||||
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