Skip to content

Commit

Permalink
added missing backquote (#16596)
Browse files Browse the repository at this point in the history
  • Loading branch information
oke-py authored and k8s-ci-robot committed Sep 30, 2019
1 parent 2ec9665 commit d223df1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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
apiVersion: "stable.example.com/v1"
Expand Down

0 comments on commit d223df1

Please sign in to comment.