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

Add functionality to execute Resolver without Diagnosis. #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrewnguonly
Copy link
Contributor

Summary

In rare cases, the behavior of an IHealthPolicy should be overridden. In such a case, an outside system or human operator must take action. This pull request provides an interface so that outside systems may execute Resolvers without Diagnosis, effectively overriding the behavior of the IHealthPolicy.

Implementation

  1. Add method resolve to IResolver interface. Unimplemented.
  2. Add method executeResolver to IHealthPolicy interface. Unimplemented.
  3. Override executeResolver method in HealthPolicyImpl class.
  4. Fixed minor spelling error: hanlder -> handler.

@msftclas
Copy link

msftclas commented Nov 19, 2018

CLA assistant check
All CLA requirements met.

@abmodi abmodi requested a review from ashvina November 28, 2018 06:32
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.

2 participants