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
Property |
Modifiers |
Type |
Description |
---|---|---|---|
'backstage.io/v1alpha1' | 'backstage.io/v1beta1' | |||
'Resource' | |||
{ type: string; owner: string; dependsOn?: string[]; dependencyOf?: string[]; system?: string; } |