Skip to content

Commit

Permalink
Clean up extensions/v1beta1 in docs (#18838)
Browse files Browse the repository at this point in the history
  • Loading branch information
makocchi-git authored and k8s-ci-robot committed Jan 26, 2020
1 parent 6993cea commit ba42867
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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 %}}
Expand Down

0 comments on commit ba42867

Please sign in to comment.