-
Notifications
You must be signed in to change notification settings - Fork 2.8k
chore(source)!: remove cloudfoundry support #6074
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(source)!: remove cloudfoundry support #6074
Conversation
Signed-off-by: ivan katliarchuk <[email protected]>
e3113a0 to
16f05cd
Compare
Pull Request Test Coverage Report for Build 20764473363Details
💛 - Coveralls |
| "context" | ||
| "net/url" | ||
|
|
||
| cfclient "github.com/cloudfoundry-community/go-cfclient" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 Shouldn't we remove this go-cfclient then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
mloiseleur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cloudfoundry should then also be removed in flags and docs, or did I miss something?
Signed-off-by: ivan katliarchuk <[email protected]>
Signed-off-by: ivan katliarchuk <[email protected]>
Signed-off-by: ivan katliarchuk <[email protected]>
|
Correct. Removed |
Signed-off-by: ivan katliarchuk <[email protected]>
|
There is still some refs to cloudfoundry:
|
Signed-off-by: ivan katliarchuk <[email protected]>
|
Removed as well |
vflaux
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Signed-off-by: ivan katliarchuk <[email protected]>
Signed-off-by: ivan katliarchuk <[email protected]>
Signed-off-by: ivan katliarchuk <[email protected]>
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mloiseleur The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What does it do ?
Remove cloudfoundry support
It was added in 2018 #955
No documentation, no updates since 2018. I was using Cloudfoundry years back. Not sure what exactly this code should support. Basically cloudfoundry does not require external-dns, and is a different platform.
Most recent cloudfoundry is very much integrated with Kubernetes https://www.cloudfoundry.org/technology/korifi/, and it does support ingress, service and etc, so does not require anything specific.
Motivation
More