We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ac243 commit d555c1bCopy full SHA for d555c1b
content/zh/docs/tasks/manage-kubernetes-objects/imperative-config.md
@@ -249,11 +249,11 @@ Example label:
249
```yaml
250
selector:
251
matchLabels:
252
- controller-selector: "extensions/v1beta1/deployment/nginx"
+ controller-selector: "apps/v1/deployment/nginx"
253
template:
254
metadata:
255
labels:
256
257
```
258
259
{{% /capture %}}
0 commit comments