Merge pull request #70295 from caesarxuchao/ownerRef-nonnamespaced

Fixing comments on the OwnerReference
This commit is contained in:
k8s-ci-robot
2018-10-30 16:16:18 -07:00
committed by GitHub
68 changed files with 70 additions and 70 deletions

View File

@@ -1208,7 +1208,7 @@ When an object is created, the system will populate this list with the current s
<div class="sect2">
<h3 id="_v1_ownerreference">v1.OwnerReference</h3>
<div class="paragraph">
<p>OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.</p>
<p>OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.</p>
</div>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>