Skip to content

System

A collection of Components, Resources, and APIs that together deliver a cohesive application.

The spec of a System entity has the following fields:

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

Example:

apiVersion: swcat/v1
kind: System
metadata:
    name: my-system
spec:
  owner: my-team
  domain: my-domain