Skip to content

Commit 124386e

Browse files
committed
Fix identation in kubeadm api docs
1 parent 9b44fa4 commit 124386e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

cmd/kubeadm/app/apis/kubeadm/v1beta1/doc.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,12 @@ limitations under the License.
238238
// scheduler:
239239
// extraArgs:
240240
// address: "10.100.0.1"
241-
// extraVolumes:
242-
// - name: "some-volume"
243-
// hostPath: "/etc/some-path"
244-
// mountPath: "/etc/some-pod-path"
245-
// readOnly: false
246-
// pathType: File
241+
// extraVolumes:
242+
// - name: "some-volume"
243+
// hostPath: "/etc/some-path"
244+
// mountPath: "/etc/some-pod-path"
245+
// readOnly: false
246+
// pathType: File
247247
// certificatesDir: "/etc/kubernetes/pki"
248248
// imageRepository: "k8s.gcr.io"
249249
// useHyperKubeImage: false

cmd/kubeadm/app/apis/kubeadm/v1beta2/doc.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,12 @@ limitations under the License.
233233
// scheduler:
234234
// extraArgs:
235235
// address: "10.100.0.1"
236-
// extraVolumes:
237-
// - name: "some-volume"
238-
// hostPath: "/etc/some-path"
239-
// mountPath: "/etc/some-pod-path"
240-
// readOnly: false
241-
// pathType: File
236+
// extraVolumes:
237+
// - name: "some-volume"
238+
// hostPath: "/etc/some-path"
239+
// mountPath: "/etc/some-pod-path"
240+
// readOnly: false
241+
// pathType: File
242242
// certificatesDir: "/etc/kubernetes/pki"
243243
// imageRepository: "k8s.gcr.io"
244244
// useHyperKubeImage: false

0 commit comments

Comments
 (0)