Clean up extensions/v1beta1 in docs (#18839)

This commit is contained in:
makocchi 2020-01-24 23:30:33 +09:00 committed by Kubernetes Prow Robot
parent 2671f0ea46
commit 27a407e886
1 changed files with 2 additions and 2 deletions

View File

@ -985,11 +985,11 @@ used only by the controller selector with no other semantic meaning.
```yaml ```yaml
selector: selector:
matchLabels: matchLabels:
controller-selector: "extensions/v1beta1/deployment/nginx" controller-selector: "apps/v1/deployment/nginx"
template: template:
metadata: metadata:
labels: labels:
controller-selector: "extensions/v1beta1/deployment/nginx" controller-selector: "apps/v1/deployment/nginx"
``` ```
{{% capture whatsnext %}} {{% capture whatsnext %}}