Tidy garbage collection controller page (#14856)

* Tidy code blocks

* Reword for better readability
This commit is contained in:
Tim Bannister
2019-06-17 06:06:08 +01:00
committed by Kubernetes Prow Robot
parent ca9e44ff9c
commit dee06de26a
@@ -45,7 +45,7 @@ kubectl get pods --output=yaml
The output shows that the Pod owner is a ReplicaSet named `my-repset`:
```shell
```yaml
apiVersion: v1
kind: Pod
metadata:
@@ -61,7 +61,7 @@ metadata:
```
{{< note >}}
Cross-namespace owner references is disallowed by design. This means:
Cross-namespace owner references are disallowed by design. This means:
1) Namespace-scoped dependents can only specify owners in the same namespace,
and owners that are cluster-scoped.
2) Cluster-scoped dependents can only specify cluster-scoped owners, but not