Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dispatcher #162

Merged
merged 2 commits into from Aug 26, 2020
Merged

Dispatcher #162

merged 2 commits into from Aug 26, 2020

Conversation

alacuku
Copy link
Member

@alacuku alacuku commented Aug 13, 2020

Description

This is the first version of CRDReplicator. It replicates a CRD from the local cluster on remotes clusters.
The resources to be replicated are identified by their GVR and given to the operator through the clusterconfig.policy.liqo.io CRD.
As far as now the Operator does not manages watchers to monitor the resources replicated on the remote clusters. It only monitors the local resources and replicates the following data:

  • Metadata: name, namespace and labels
  • Spec: all the fields on the spec section
  • Status: all the fields on the status section

How Has This Been Tested?

Unit tests covers the more then 74% of the statements
The remaining statements will be covered by Integration tests with the next PRs.

Related Issues

#151

@alacuku alacuku force-pushed the kcl/dispatcher branch 2 times, most recently from ba593d6 to 872f24c Compare August 13, 2020 14:09
@alacuku alacuku force-pushed the kcl/dispatcher branch 3 times, most recently from 28fab32 to 6982fcc Compare August 13, 2020 16:29
@alacuku alacuku force-pushed the kcl/dispatcher branch 4 times, most recently from 0d60819 to 775a969 Compare August 17, 2020 22:31
@alacuku alacuku changed the title [WIP] Dispatcher Dispatcher Aug 18, 2020
@alacuku
Copy link
Member Author

alacuku commented Aug 18, 2020

/rebase

@adamjensenbot
Copy link
Collaborator

Rebase status: success!

scripts/liqonet/Makefile Outdated Show resolved Hide resolved
Copy link
Member

@palexster palexster left a comment

Choose a reason for hiding this comment

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

/approve

@palexster palexster merged commit 65b9c3e into master Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants