Update comments on the OwnerReference to acknowledge that the owning

object can be cluster scoped.
This commit is contained in:
Chao Xu
2018-10-26 10:15:30 -07:00
parent 1fe288ec02
commit 1cc316f4dc
68 changed files with 70 additions and 70 deletions

View File

@@ -1093,7 +1093,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>