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: remove dead code #1814

Merged
merged 3 commits into from
Feb 5, 2025
Merged

Conversation

emosbaugh
Copy link
Member

What this PR does / why we need it:

Which issue(s) this PR fixes:

Does this PR require a test?

Does this PR require a release note?


Does this PR require documentation?

}

// ValidateKotsConfigValues checks if the file exists and has the 'kots.io/v1beta1 ConfigValues' GVK
func ValidateKotsConfigValues(filename string) error {
Copy link
Member Author

Choose a reason for hiding this comment

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

Look into this one

Copy link
Member Author

Choose a reason for hiding this comment

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

added back #1815

Comment on lines -73 to -74
isAutoSelectedNetworkInterface bool
autoSelectNetworkInterfaceErr error
Copy link
Member Author

Choose a reason for hiding this comment

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

Look into these

Copy link
Member Author

Choose a reason for hiding this comment

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

this was never used

@emosbaugh emosbaugh force-pushed the emosbaugh/20250205/remove-dead-code branch from a66c64d to d4740f0 Compare February 5, 2025 17:48
Copy link

github-actions bot commented Feb 5, 2025

This PR has been released (on staging) and is available for download with a embedded-cluster-smoke-test-staging-app license ID.

Online Installer:

curl "https://staging.replicated.app/embedded/embedded-cluster-smoke-test-staging-app/ci/appver-dev-9843d61" -H "Authorization: $EC_SMOKE_TEST_LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz

Airgap Installer (may take a few minutes before the airgap bundle is built):

curl "https://staging.replicated.app/embedded/embedded-cluster-smoke-test-staging-app/ci-airgap/appver-dev-9843d61?airgap=true" -H "Authorization: $EC_SMOKE_TEST_LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz

Happy debugging!

sgalsaleh
sgalsaleh previously approved these changes Feb 5, 2025
@@ -20,10 +20,8 @@ type addonComponent struct {
}

type addonComponentOptions struct {
ctx context.Context
k0sVersion *semver.Version
Copy link
Member

Choose a reason for hiding this comment

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

i need this in a pr i'm working on...

Copy link
Member Author

Choose a reason for hiding this comment

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

added back

@emosbaugh emosbaugh requested a review from sgalsaleh February 5, 2025 19:44
@emosbaugh emosbaugh marked this pull request as ready for review February 5, 2025 20:06
@emosbaugh emosbaugh enabled auto-merge (squash) February 5, 2025 21:06
@emosbaugh emosbaugh merged commit b4faad6 into main Feb 5, 2025
69 checks passed
@emosbaugh emosbaugh deleted the emosbaugh/20250205/remove-dead-code branch February 5, 2025 21:10
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.

2 participants