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

(refactor)operator: implement builder pattern for building secondary resources #26

Merged
merged 5 commits into from
Sep 3, 2019
Merged

(refactor)operator: implement builder pattern for building secondary resources #26

merged 5 commits into from
Sep 3, 2019

Conversation

amitbhatt818
Copy link
Member

@amitbhatt818 amitbhatt818 commented Aug 30, 2019

Signed-off-by: Amit Bhatt amitbhatt818@gmail.com

What this PR does / why we need it:

  • Implements the "builder pattern" a way to construct the kubernetes specs for secondary resources engine-runner & engine-monitor. Provides a way to define resources in a cleaner and simpler manner.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

Checklist:

  • Fixes #
  • Labelled this PR & related issue with documentation tag
  • PR messages has document related information
  • Labelled this PR & related issue with breaking-changes tag
  • PR messages has breaking changes related information
  • Labelled this PR & related issue with requires-upgrade tag
  • PR messages has upgrade related information
  • Commit has unit tests
  • Commit has integration tests

…resources

Signed-off-by: Amit Bhatt <amitbhatt818@gmail.com>
pkg/kubernetes/pod/pod.go Outdated Show resolved Hide resolved
pkg/kubernetes/service/service.go Outdated Show resolved Hide resolved
Signed-off-by: Amit Bhatt <amitbhatt818@gmail.com>
Signed-off-by: Amit Bhatt <amitbhatt818@gmail.com>
Signed-off-by: Amit Bhatt <amitbhatt818@gmail.com>
Signed-off-by: Amit Bhatt <amitbhatt818@gmail.com>
@ksatchit ksatchit merged commit 923e4e2 into litmuschaos:master Sep 3, 2019
@amitbhatt818 amitbhatt818 deleted the implement_builder_pattern branch September 3, 2019 13:55
@chandankumar4 chandankumar4 mentioned this pull request Sep 4, 2019
8 tasks
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.

None yet

4 participants