Merge pull request #91170 from prasadkatti/fix_ident

Fix identation in kubeadm api docs
This commit is contained in:
Kubernetes Prow Robot 2020-05-17 16:09:36 -07:00 committed by GitHub
commit c6147e3231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -238,12 +238,12 @@ limitations under the License.
// scheduler: // scheduler:
// extraArgs: // extraArgs:
// address: "10.100.0.1" // address: "10.100.0.1"
// extraVolumes: // extraVolumes:
// - name: "some-volume" // - name: "some-volume"
// hostPath: "/etc/some-path" // hostPath: "/etc/some-path"
// mountPath: "/etc/some-pod-path" // mountPath: "/etc/some-pod-path"
// readOnly: false // readOnly: false
// pathType: File // pathType: File
// certificatesDir: "/etc/kubernetes/pki" // certificatesDir: "/etc/kubernetes/pki"
// imageRepository: "k8s.gcr.io" // imageRepository: "k8s.gcr.io"
// useHyperKubeImage: false // useHyperKubeImage: false

View File

@ -233,12 +233,12 @@ limitations under the License.
// scheduler: // scheduler:
// extraArgs: // extraArgs:
// address: "10.100.0.1" // address: "10.100.0.1"
// extraVolumes: // extraVolumes:
// - name: "some-volume" // - name: "some-volume"
// hostPath: "/etc/some-path" // hostPath: "/etc/some-path"
// mountPath: "/etc/some-pod-path" // mountPath: "/etc/some-pod-path"
// readOnly: false // readOnly: false
// pathType: File // pathType: File
// certificatesDir: "/etc/kubernetes/pki" // certificatesDir: "/etc/kubernetes/pki"
// imageRepository: "k8s.gcr.io" // imageRepository: "k8s.gcr.io"
// useHyperKubeImage: false // useHyperKubeImage: false