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

feat(structure): add structure & initial logic #8

Merged
merged 1 commit into from
Mar 11, 2020

Conversation

AmitKumarDas
Copy link

This commit adds the structure and initial logic for various
kubernetes controllers. Some of the controllers that have been
partially implemented are:

  • HTTP
  • DirectorHTTP
  • BlockDeviceSet

A HTTP custom resource invokes a http url and stores the http
response against the status field of the same resource.

A DirectorHTTP custom resource creates multiple HTTP resources
catering to all the registered Director APIs.

A BlockDeviceSet creates one or more NDM based BlockDevices.

Signed-off-by: AmitKumarDas amit.das@mayadata.io

This commit adds the structure and initial logic for various
kubernetes controllers. Some of the controllers that have been
partially implemented are:
- HTTP
- DirectorHTTP
- BlockDeviceSet

A HTTP custom resource invokes a http url and stores the http
response against the status field of the same resource.

A DirectorHTTP custom resource creates multiple HTTP resources
catering to all the registered Director APIs.

A BlockDeviceSet creates one or more NDM based BlockDevices.

Signed-off-by: AmitKumarDas <amit.das@mayadata.io>
@AmitKumarDas
Copy link
Author

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant