diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-09-06 01:20:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-06 01:20:52 -0700 |
| commit | 914d6352b200e2a5b1ef09fd9717bccfc079b693 (patch) | |
| tree | be5337af3fd7205600aca427d6c1fd2ccea36fd3 | |
| parent | 28b576ff69dea11983ce148225d33186f74d07c1 (diff) | |
| parent | 8f8a6f40b268c6892a6064b5adcad7c75c81ad63 (diff) | |
Merge pull request #1019 from zhangxiaoyu-zidif/patch-7
Automatic merge from submit-queue
Fix the format of yaml
| -rw-r--r-- | contributors/design-proposals/daemon.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contributors/design-proposals/daemon.md b/contributors/design-proposals/daemon.md index e6e74f77..7edc2c25 100644 --- a/contributors/design-proposals/daemon.md +++ b/contributors/design-proposals/daemon.md @@ -66,8 +66,7 @@ nodes, preempting other pods if necessary. "kubernetes.io/created-by: \<json API object reference\>" ``` - YAML example: -``` - YAML +```yaml apiVersion: extensions/v1beta1 kind: DaemonSet metadata: |
