Skip to main content

ResourceEntityV1alpha1

Home > @backstage/catalog-model > ResourceEntityV1alpha1

Backstage catalog Resource kind Entity. Represents infrastructure required to operate Components.

Signature:

export interface ResourceEntityV1alpha1 extends Entity 

Extends: Entity

Remarks

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

Properties

PropertyModifiersTypeDescription
apiVersion'backstage.io/v1alpha1' | 'backstage.io/v1beta1'
kind'Resource'
spec{ type: string; owner: string; dependsOn?: string[]; dependencyOf?: string[]; system?: string; }