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
@@ -935,11 +935,11 @@ used only by the controller selector with no other semantic meaning.
```yaml ```yaml
selector: selector:
matchLabels: matchLabels:
controller-selector: "v1beta1/deployment/nginx" controller-selector: "extensions/v1beta1/deployment/nginx"
template: template:
metadata: metadata:
labels: labels:
controller-selector: "v1beta1/deployment/nginx" controller-selector: "extensions/v1beta1/deployment/nginx"
``` ```
## Support for ThirdPartyResources ## Support for ThirdPartyResources
@@ -110,11 +110,11 @@ Example label:
```yaml ```yaml
selector: selector:
matchLabels: matchLabels:
controller-selector: "v1beta1/deployment/nginx" controller-selector: "extensions/v1beta1/deployment/nginx"
template: template:
metadata: metadata:
labels: labels:
controller-selector: "v1beta1/deployment/nginx" controller-selector: "extensions/v1beta1/deployment/nginx"
``` ```
{% endcapture %} {% endcapture %}