Rename service catalog to software catalog, excluding blog posts

Signed-off-by: Joe Porpeglia <josephp@spotify.com>
This commit is contained in:
Joe Porpeglia
2021-06-17 16:29:32 -04:00
parent 202d6f0d52
commit 709589a839
26 changed files with 57 additions and 57 deletions
@@ -29,10 +29,10 @@ export type PreparerResponse = {
export type PreparerBase = {
/**
* Given an Entity definition from the Service Catalog, go and prepare a directory
* Given an Entity definition from the Software Catalog, go and prepare a directory
* with contents from the location in temporary storage and return the path.
*
* @param entity The entity from the Service Catalog
* @param entity The entity from the Software Catalog
* @param options.etag (Optional) If etag is provider, it will be used to check if the target has
* updated since the last build.
* @throws {NotModifiedError} when the prepared directory has not been changed since the last build.