added missing backquote (#16596)

This commit is contained in:
Naoki Oketani
2019-10-01 03:17:38 +09:00
committed by Kubernetes Prow Robot
parent 2ec966509e
commit d223df1f69
@@ -383,7 +383,7 @@ For CustomResourceDefinitions created in `apiextensions.k8s.io/v1beta1`, if a [s
If pruning is enabled, unspecified fields in CustomResources on creation and on update are dropped. If pruning is enabled, unspecified fields in CustomResources on creation and on update are dropped.
Compare the CustomResourceDefinition `crontabs.stable.example.com` above. It has pruning enabled (both in `apiextensions.k8s.io/v1` and `apiextensions.k8s.io/v1beta1). Hence, if you save the following YAML to `my-crontab.yaml`: Compare the CustomResourceDefinition `crontabs.stable.example.com` above. It has pruning enabled (both in `apiextensions.k8s.io/v1` and `apiextensions.k8s.io/v1beta1`). Hence, if you save the following YAML to `my-crontab.yaml`:
```yaml ```yaml
apiVersion: "stable.example.com/v1" apiVersion: "stable.example.com/v1"