chore(source)!: remove cloudfoundry support#6074
chore(source)!: remove cloudfoundry support#6074k8s-ci-robot merged 9 commits intokubernetes-sigs:masterfrom
Conversation
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
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.
🤔 Shouldn't we remove this go-cfclient then?
mloiseleur
left a comment
There was a problem hiding this comment.
cloudfoundry should then also be removed in flags and docs, or did I miss something?
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
|
Correct. Removed |
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
|
There is still some refs to cloudfoundry:
|
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
|
Removed as well |
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
|
/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 |
* master: fix(api): rollback changes for omitempty (kubernetes-sigs#6086) chore(deps): bump renovatebot/github-action (kubernetes-sigs#6080) fix(aws): enable AWS API validation for routing policies without setIdentifier (kubernetes-sigs#6082) chore(aws): document and test behavior for ALB and NLB (kubernetes-sigs#6063) chore(doc): Adding EKS Pod Identity Associations section for AWS (kubernetes-sigs#6084) chore(source)!: remove cloudfoundry support (kubernetes-sigs#6074) docs(source): autogenerate docs for sources with go-doc like style (kubernetes-sigs#6075) docs(rfc2136): document AXFR requirement for sync policy (kubernetes-sigs#6083)
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