Skip to content

Commit

Permalink
Clean up extensions/v1beta1 in docs (#18839)
Browse files Browse the repository at this point in the history
  • Loading branch information
makocchi-git authored and k8s-ci-robot committed Jan 24, 2020
1 parent 2671f0e commit 27a407e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}
Expand Down

0 comments on commit 27a407e

Please sign in to comment.