Skip to content

Commit

Permalink
Document owner ref restrictions explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
janetkuo committed Feb 7, 2019
1 parent 47686e9 commit 351922b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ metadata:
...
```

{{< note >}}
Cross-namespace owner references is disallowed by design. This means:
* Namespace-scoped dependents can only have namespace-scoped owners in the same
namespace, or cluster-scoped owners.
* Cluster-scoped dependents can only have cluster-scoped owners.
{{< /note >}}

## Controlling how the garbage collector deletes dependents

When you delete an object, you can specify whether the object's dependents are
Expand Down

0 comments on commit 351922b

Please sign in to comment.