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

Making CRDAppFactory an interface #1498

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

Conversation

sethiyash
Copy link
Contributor

What this PR does / why we need it:

Which issue(s) this PR fixes:

#1494

Fixes #

Does this PR introduce a user-facing change?


Additional Notes for your reviewer:

Review Checklist:
  • Follows the developer guidelines
  • Relevant tests are added or updated
  • Relevant docs in this repo added or updated
  • Relevant carvel.dev docs added or updated in a separate PR and there's
    a link to that PR
  • Code is at least as readable and maintainable as it was before this
    change

Additional documentation e.g., Proposal, usage docs, etc.:


Signed-off-by: Yash Sethiya <yashsethiya97@gmail.com>
@@ -21,6 +21,11 @@ import (
"k8s.io/client-go/kubernetes"
)

// ICRDAppFactory interface for CRDAppFactory
type ICRDAppFactory interface {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ICRDAppFactory Maybe not a good name let me know if you have some better suggestions.

@sethiyash
Copy link
Contributor Author

@jorgemoralespou, Is this what you are looking for?

@jorgemoralespou
Copy link

Yes. Thank you for getting to this so fast.

@prembhaskal
Copy link
Contributor

LGTM

Comment on lines +24 to +27
// ICRDAppFactory interface for CRDAppFactory
type ICRDAppFactory interface {
NewCRDApp(*kcv1alpha1.App, logr.Logger) *CRDApp
}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// ICRDAppFactory interface for CRDAppFactory
type ICRDAppFactory interface {
NewCRDApp(*kcv1alpha1.App, logr.Logger) *CRDApp
}
// CRDAppCreator interface for CRDAppFactory
type CRDAppCreator interface {
Create(*kcv1alpha1.App, logr.Logger) *CRDApp
}

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

Successfully merging this pull request may close these issues.

None yet

5 participants