SwissDataScienceCenter / amalthea

A kubernetes operator for spawning and exposing interactive user session servers.
Apache License 2.0
14 stars 4 forks source link

Split `StatefulSet()` in multiple sub functions for readability #645

Open SalimKayal opened 1 month ago

SalimKayal commented 1 month ago

StatefulSet in api/v1alpha1/amaltheasession_children.go is awfully long, it's probably a good idea to split it in multiple sub-functions for readability.