Skip to content

Commit

Permalink
Clean up extensions/v1beta1 in docs (kubernetes#18839)
Browse files Browse the repository at this point in the history
  • Loading branch information
makocchi-git authored and hase1128 committed Jan 27, 2020
1 parent 8cb54e5 commit 1877c09
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 1877c09

Please sign in to comment.