Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(application): Rename argument names in addPendingResources a…
…nd processResources functions This commit renames the arguments in two functions as existing arguments does not identify the correct resource types withing this change.: - func processResources: - resources -> resourcesToUse Argument "resources" are too generic and it is renamed to resourcesToUse. - In addPendingResources: - resourcesToBeAdded -> charmResources resourcesToBeAdded indicates the resources which are available in the charm.Hence charmResources are used to indicate this map. - resourcesRevisions -> resourcesToUse resourceRevisions does not cover the OCI resources, however this map could include resource revisions from CharmHub and custom OCI images. Signed-off-by: gatici <[email protected]>
- Loading branch information