Merge pull request #2404 from pwittrock/apply-docs-concepts

Change label selector tag to use full gvkn instead of vkn
This commit is contained in:
Phillip Wittrock
2017-02-01 16:59:55 -08:00
committed by GitHub
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 %}