Skip to content

feat(AdditionnalRef): implement multi ref#6

Open
jlore-decathlon wants to merge 3 commits intoDecathlon:mainfrom
jlore-decathlon:feat/additionnalRef
Open

feat(AdditionnalRef): implement multi ref#6
jlore-decathlon wants to merge 3 commits intoDecathlon:mainfrom
jlore-decathlon:feat/additionnalRef

Conversation

@jlore-decathlon
Copy link

@jlore-decathlon jlore-decathlon commented Nov 27, 2023

fix #4

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@jlore-decathlon jlore-decathlon changed the title Feat/additionnal ref feat(AdditionnalRef): implement multi ref Nov 27, 2023
@mveroone
Copy link

bump @GregoireW.
We kinda need this to decommission a local "fork"

log.info("[{}/{}] ref found is {}, computed status is {}", deployment.getMetadata().getNamespace(), deployment.getMetadata().getName(), ref, status);

updateGhd(deployment, kobj.getMetadata(), status, ref);
updateGhd(deployment, dynamicKubernetesObjects.get(0).getMetadata(), status, ref);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't you compute the boolean product of all elements of the array instead of taking the first one ? that seems to defeat the purpose ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Be able to compute the status from an object list

3 participants