Clean up extensions/v1beta1 in docs (#18839)
This commit is contained in:
parent
2671f0ea46
commit
27a407e886
|
|
@ -985,11 +985,11 @@ used only by the controller selector with no other semantic meaning.
|
||||||
```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 whatsnext %}}
|
{{% capture whatsnext %}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue