Clean up extensions/v1beta1 in docs (#18839)

pull/18852/head
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
selector:
matchLabels:
controller-selector: "extensions/v1beta1/deployment/nginx"
controller-selector: "apps/v1/deployment/nginx"
template:
metadata:
labels:
controller-selector: "extensions/v1beta1/deployment/nginx"
controller-selector: "apps/v1/deployment/nginx"
```
{{% capture whatsnext %}}