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

Initial draft for client-go abstraction (Reusable Components) #32

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vishnuchalla
Copy link
Collaborator

@vishnuchalla vishnuchalla commented Jul 30, 2023

Type of change

  • Refactor
  • New feature
  • Bug fix
  • Optimization
  • Documentation Update

Description

This PR follows a Repository Design Pattern to implement reusable components for resources that we use on our cluster while we run workloads.

This is a Draft PR but has Deployment Component Working. Please feel free to simply run the example/deployment/main.go file to see its different types of usage and working in action. Once this approach is approved will move forward with actual PRs of each component at a time.

Related Tickets & Documents

  • Related Issue #
  • Closes #

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

Testing

Tested on self managed AWS cluster using the example/deployment/main.go file. Can use the same to reproduce the testing and to play-around.

@vishnuchalla vishnuchalla changed the title Initial draft for client-go abstraction. Initial draft for client-go abstraction. (Reusable Components) Jul 30, 2023
@codecov
Copy link

codecov bot commented Jul 30, 2023

Codecov Report

Merging #32 (9ee69ca) into main (9dc8764) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #32   +/-   ##
=======================================
  Coverage   85.13%   85.13%           
=======================================
  Files           6        6           
  Lines         343      343           
=======================================
  Hits          292      292           
  Misses         37       37           
  Partials       14       14           

@vishnuchalla vishnuchalla changed the title Initial draft for client-go abstraction. (Reusable Components) Initial draft for client-go abstraction (Reusable Components) Jul 30, 2023
@vishnuchalla vishnuchalla mentioned this pull request Jul 30, 2023
7 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.

1 participant