Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Resources

This section documents selected resource kinds in orloj.dev/v1, based on the runtime types and normalization logic in:

  • resources/agent.go
  • resources/model_endpoint.go
  • resources/resource_types.go
  • resources/graph.go

Each kind has a dedicated page; see Resource reference pages below.

Common Conventions

  • Every resource uses standard top-level fields: apiVersion, kind, metadata, spec, status.
  • metadata.name is required for all resources.
  • metadata.namespace defaults to default when omitted.
  • Most resources default status.phase to Pending during normalization.

Resource reference pages