Hydrator is opinionated Kubernetes resource hydration CLI and workflow

1 Open Issue Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub
Developer Tools Kubernetes Tools

AI Summary: The task requires auditing all uses of `LoggingMixin` and `SingletonMixin` classes in the Hydrator project to ensure the correct method resolution order (MRO) in their inheritance. This involves checking if the mixin classes are listed before other base classes in the class definition, correcting any instances where the order is incorrect, and potentially refactoring code to maintain correct behavior.

Complexity: 3/5
bug good first issue refactor

Hydrator is opinionated Kubernetes resource hydration CLI and workflow

Python