Skip to main content
Version: Next

ComponentEntityV1alpha1

Home > @backstage/catalog-model > ComponentEntityV1alpha1

Backstage catalog Component kind Entity. Represents a single, individual piece of software.

Signature:

export interface ComponentEntityV1alpha1 extends Entity 

Extends: Entity

Remarks

See https://backstage.io/docs/features/software-catalog/system-model

Properties

Property

Modifiers

Type

Description

apiVersion

'backstage.io/v1alpha1' | 'backstage.io/v1beta1'

kind

'Component'

spec

{ type: string; lifecycle: string; owner: string; subcomponentOf?: string; providesApis?: string[]; consumesApis?: string[]; dependsOn?: string[]; dependencyOf?: string[]; system?: string; }