Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add namespace field to ClusterDomainClaim
This field has two purposes: - It replaces the ownerReference for ensuring that only one DomainMapping can use a ClusterDomainClaim at a time. This avoids a cross-namespace ownerReference, which isn't supported. - It allows Cluster Operators to delegate a particular domain name to a namespace, allowing that namespace to create DomainMappings with a particular name (and preventing other namespaces squatting or intercepting the name).
- Loading branch information