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 ccec53f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ metadata:
...
```

{{< note >}}
Owner references allow resources in the same namespace as the dependents, or
cluster-scoped resources. However, cross-namespace owner references is
disallowed by design.
{{< /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 ccec53f

Please sign in to comment.