Change label selector tag to use full gvkn instead of vkn

This commit is contained in:
Phillip Wittrock 2017-02-01 16:57:58 -08:00
parent 6e42b5f6ce
commit 17db79a875
2 changed files with 4 additions and 4 deletions

View File

@ -935,11 +935,11 @@ used only by the controller selector with no other semantic meaning.
```yaml
selector:
matchLabels:
controller-selector: "v1beta1/deployment/nginx"
controller-selector: "extensions/v1beta1/deployment/nginx"
template:
metadata:
labels:
controller-selector: "v1beta1/deployment/nginx"
controller-selector: "extensions/v1beta1/deployment/nginx"
```
## Support for ThirdPartyResources

View File

@ -110,11 +110,11 @@ Example label:
```yaml
selector:
matchLabels:
controller-selector: "v1beta1/deployment/nginx"
controller-selector: "extensions/v1beta1/deployment/nginx"
template:
metadata:
labels:
controller-selector: "v1beta1/deployment/nginx"
controller-selector: "extensions/v1beta1/deployment/nginx"
```
{% endcapture %}