Refactor operator to pass deploy.Context
into functions instead of numerous arguments
#17589
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/task
Internal things, technical debt, and to-do tasks to be performed.
kind/technical-debt
Technical debt issue
severity/P2
Has a minor but important impact to the usage or development of the system.
Milestone
Is your task related to a problem? Please describe.
Right now in many functions we pass.
Describe the solution you'd like
deploy.Context
by adding the structures above.deploy.Context
as argument to pass into functionsDescribe alternatives you've considered
N/A
Additional context
[1] https://github.com/eclipse/che-operator/blob/master/pkg/deploy/data_types.go
The text was updated successfully, but these errors were encountered: