Skip to content

Domain

A high-level grouping of related systems that share a bounded context (terminology, models, business purpose).

The spec of a Domain entity has the following fields:

  • owner - required - An entity reference to the owner of the domain (e.g., group:my-team).
  • type - optional - The type of domain.

Example:

apiVersion: swcat/v1
kind: Domain
metadata:
    name: my-domain
    title: My Domain
    description: |
        My Domain groups together all applications of team `my-team`.
    # See metadata.md for other fields like labels, annotations, etc.
spec:
  owner: teams/my-team