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

chore: use interface instead of pointer #6437

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

chore: use interface instead of pointer #6437

wants to merge 1 commit into from

Conversation

tzneal
Copy link
Contributor

@tzneal tzneal commented Jul 1, 2024

Fixes #N/A

Description

How was this change tested?

Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: #
  • No

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@tzneal tzneal requested a review from a team as a code owner July 1, 2024 15:24
@tzneal tzneal requested a review from jigisha620 July 1, 2024 15:24
Copy link

netlify bot commented Jul 1, 2024

Deploy Preview for karpenter-docs-prod canceled.

Name Link
🔨 Latest commit 42fecce
🔍 Latest deploy log https://app.netlify.com/sites/karpenter-docs-prod/deploys/6682ca54e56a150008f204ea

@coveralls
Copy link

coveralls commented Jul 1, 2024

Pull Request Test Coverage Report for Build 9746950577

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.01%) to 78.324%

Files with Coverage Reduction New Missed Lines %
pkg/providers/amifamily/ami.go 1 90.56%
Totals Coverage Status
Change from base Build 9739358800: -0.01%
Covered Lines: 5785
Relevant Lines: 7386

💛 - Coveralls

@@ -72,7 +72,7 @@ type Environment struct {
SecurityGroupProvider *securitygroup.DefaultProvider
InstanceProfileProvider *instanceprofile.DefaultProvider
PricingProvider *pricing.DefaultProvider
AMIProvider *amifamily.DefaultProvider
AMIProvider amifamily.Provider
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not grokking why we'd want to make this change. was it wrong before?

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

3 participants