Skip to content

Commit

Permalink
fix invalid yaml format (#10238)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoShuFeng authored and k8s-ci-robot committed Sep 10, 2018
1 parent 4423ff8 commit 37d8c7b
Showing 1 changed file with 9 additions and 9 deletions.
Expand Up @@ -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:

Expand Down

0 comments on commit 37d8c7b

Please sign in to comment.