Merge pull request #22209 from lcalcote/master

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-03-01 00:38:27 -08:00
commit 28aa5006e8

View File

@ -174,7 +174,7 @@ $ kubectl get pods -l 'environment,environment notin (frontend)'
### Set references in API objects
Some Kubernetes objects, such as [`service`s](services.md) and [`replicationcontroller`s](replication-controller.md), also use label selectors to specify sets of other resources, such as [pods](pods.md).
Some Kubernetes objects, such as [services](services.md) and [replicationcontrollers](replication-controller.md), also use label selectors to specify sets of other resources, such as [pods](pods.md).
#### Service and ReplicationController