Skip to content

Commit

Permalink
Clean up extensions/v1beta1 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
makocchi-git committed Jan 24, 2020
1 parent 6e83202 commit f167824
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 f167824

Please sign in to comment.