Fix markdownlint warnings

This commit is contained in:
Yujun Zhang
2019-03-09 17:02:39 +08:00
parent 0f571b9120
commit 3d0e29075d

View File

@@ -160,7 +160,7 @@ a kustomization file: [`kind`] and [`apiVersion`].
If either field is present, they both must be, and If either field is present, they both must be, and
they must have the following values: they must have the following values:
``` ``` yaml
kind: Kustomization kind: Kustomization
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
``` ```
@@ -171,7 +171,7 @@ domain-squatting behavior for some future API. A
kustomize user gains nothing from adding these kustomize user gains nothing from adding these
fields to a kustomization file. fields to a kustomization file.
### Why not require `kind` and `apiVersion`? ### Why not require `kind` and `apiVersion`
#### Ease of use and setting proper expectations #### Ease of use and setting proper expectations
@@ -203,7 +203,6 @@ locked into `/v1beta1` or `/v1` and the `kind`
and `apiVersion` fields can be required from that and `apiVersion` fields can be required from that
moment forward. moment forward.
[field change policy]: #field-change-policy [field change policy]: #field-change-policy
[some range]: https://kubernetes.io/docs/reference/using-api/deprecation-policy [some range]: https://kubernetes.io/docs/reference/using-api/deprecation-policy
[proposal]: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/customresources-versioning.md [proposal]: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/customresources-versioning.md