Fix yaml sample order of /debug-application-cluster (#14260)

The orders of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way.
This commit is contained in:
Kenichi Omichi
2019-05-10 03:03:59 -07:00
committed by Kubernetes Prow Robot
parent d378484400
commit c83f5b3c2e
@@ -392,6 +392,7 @@ different users into different files.
cat <<EOF > /etc/kubernetes/audit-webhook-kubeconfig
apiVersion: v1
kind: Config
clusters:
- cluster:
server: http://<ip_of_logstash>:8888
@@ -402,7 +403,6 @@ different users into different files.
user: ""
name: default-context
current-context: default-context
kind: Config
preferences: {}
users: []
EOF