-
Notifications
You must be signed in to change notification settings - Fork 903
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(kubernetes): remove some unused code (#8458)
* refactor(core): remove unused ManifestService For some reason, we ended up with a KubernetesManifestService and a similar but unused core ManifestService. * refactor(kubernetes): remove unused method from KubernetesManifestService We have now removed all clients of `makeManifestRefresher`, and since we will not be adding additional Angular code, it is unlikely that we would ever need a method that directly mutates some input based on the most recent result of fetching manifests. * refactor(kubernetes): remove unused interface There is a duplicate IManifestSubscription interface in the DeployStatus component and no other uses. * refactor(core): remove unused methods from ManifestWriter Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
df435ac
commit 9503258
Showing
5 changed files
with
0 additions
and
101 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
app/scripts/modules/core/src/manifest/IManifestSubscription.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
export * from './ManifestWriter'; | ||
export * from './ManifestReader'; | ||
export * from './stage/JobStageExecutionLogs'; | ||
export * from './IManifestSubscription'; | ||
export * from './ManifestService'; | ||
export * from './stage/JobManifestPodLogs'; | ||
export * from './ManifestYaml'; | ||
export * from './PodNameProvider'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters