Add dependencyOf to Component kind catalog model
Signed-off-by: vahagsaribekyan <32436397+vahagsaribekyan@users.noreply.github.com>
This commit is contained in:
@@ -38,6 +38,7 @@ export interface ComponentEntityV1alpha1 extends Entity {
|
||||
providesApis?: string[];
|
||||
consumesApis?: string[];
|
||||
dependsOn?: string[];
|
||||
dependencyOf?: string[];
|
||||
system?: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user