77e8be4e63
Container can be null
...
In case of deployment with "same-pod" label, the container can be not
found in the deployment.
2024-04-19 11:27:48 +02:00
3c743fb135
Fixup hard problems on bound volumes
...
Recreated the method to bind local content to configMaps with subPath.
That simplify a few how we can bound files and not only directory
content.
2024-04-19 11:13:24 +02:00
564b939464
Remove useless composition call
2024-04-10 04:54:16 +02:00
45de7ab543
Fix samepod generation
...
The container was not merged to the target deployment. It necessary to
make one more loop to apply the container + remove the source
deployment.
2024-04-08 23:15:05 +02:00
441b30a570
Code cleaning
...
Using gofumpt. Add documentation.
Some fixes on type checking and const icon type declaration.
2024-04-05 07:56:27 +02:00
9a3fc6a2b4
Fix "depends_on" check
...
If "depends_on" is set, we need to ensure that the target service has
got declared ports. It's necessary, at this time, to ensure the target
is started (with an initContainer)
As soon as Kubernetes proposes a better check, we will be able to fix
this requirement.
2024-04-03 22:22:48 +02:00
76aa332dc2
Fix dependencies parsing
...
The code was fetching a simple object while it should have been fetching an array of objects.
2024-04-03 21:34:15 +02:00
475a025d9e
Go to Katenary V3
...
This is the next-gen of Katenary
2023-12-06 15:24:02 +01:00