Clean up extensions/v1beta1 in docs (#18838)

This commit is contained in:
makocchi
2020-01-27 07:23:02 +09:00
committed by Kubernetes Prow Robot
parent 6993ceab18
commit ba42867f68
@@ -135,11 +135,11 @@ Example label:
```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 %}} {{% /capture %}}