Fix orders of yaml for tasks/administer-cluster/[a-k]*.go (#14241)

This commit is contained in:
s-ito-ts
2019-05-09 14:44:47 +09:00
committed by Kubernetes Prow Robot
parent 84163560cc
commit 5a89ffb684
5 changed files with 9 additions and 9 deletions
@@ -37,8 +37,8 @@ in this struct. Make sure the Kubelet has read permissions on the file.
Here is an example of what this file might look like:
```
kind: KubeletConfiguration
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
evictionHard:
memory.available: "200Mi"
```