apache / trafficserver-ingress-controller
Components & Dependencies

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 11 components.
  • 40 files, 2,514 LOC (100.0% vs. main code).
  • "k8s" is biggest, containing 25.86% of LOC.
  • "endpoint" is smallest, containing 0.6% of LOC.


k8s650 LOC (25%) 18 files
watcher563 LOC (22%) 4 files
charts522 LOC (20%) 9 files
redis211 LOC (8%) 1 file
util163 LOC (6%) 1 file
pluginats151 LOC (6%) 1 file
main120 LOC (4%) 1 file
proxy71 LOC (2%) 2 files
namespace29 LOC (1%) 1 file
config19 LOC (<1%) 1 file
endpoint15 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 9 links (arrows) between components.
  • The number on the arrow represents the number of files from referring component that depend on files in referred component.
  • These 9 links contain 13 dependencies.
G pluginats pluginats proxy proxy watcher watcher watcher->proxy 1 util util watcher->util 2 endpoint endpoint watcher->endpoint 4 config config redis redis k8s k8s charts charts namespace namespace endpoint->proxy 1 endpoint->redis 1 endpoint->namespace 1 main main main->proxy 1 main->redis 1 main->namespace 1


Download: SVG DOT (open online Graphviz editor)

Open 3D force graph...

Show more details about dependencies...




Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
k8s17 commits (11%)
charts12 commits (8%)
watcher10 commits (6%)
util7 commits (4%)
endpoint6 commits (4%)
main6 commits (4%)
redis6 commits (4%)
namespace5 commits (3%)
proxy4 commits (2%)
pluginats4 commits (2%)
config2 commits (1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2023 2022 2021 2020
watcher
9
15
k8s
9
1
40
main
4
2
util
2
5
charts
1
7
25
endpoint
1
5
pluginats
1
1
2
proxy
6
namespace
5
config
1
1
redis
1
5


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

No temporal dependencies found.



2023-08-11 01:44