Clean up extensions/v1beta1 in docs (#18838)

pull/19333/head
makocchi 2020-01-27 07:23:02 +09:00 committed by Kubernetes Prow Robot
parent 6993ceab18
commit ba42867f68
1 changed files with 2 additions and 2 deletions

View File

@ -135,11 +135,11 @@ Example label:
```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 %}}