Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Switch to upstream external-dns #1744

Open
ytsarev opened this issue Oct 2, 2024 · 0 comments · May be fixed by #1762
Open

Switch to upstream external-dns #1744

ytsarev opened this issue Oct 2, 2024 · 0 comments · May be fixed by #1762
Labels
enhancement New feature or request
Milestone

Comments

@ytsarev
Copy link
Member

ytsarev commented Oct 2, 2024

// SupportedRecordType returns true only for supported record types.
// Currently A, AAAA, CNAME, SRV, TXT and NS record types are supported.
func SupportedRecordType(recordType string) bool {
	switch recordType {
	case "A", "AAAA", "CNAME", "SRV", "TXT", "NS":
		return true
	default:
		return false
	}
}
@ytsarev ytsarev added the enhancement New feature or request label Oct 2, 2024
@github-project-automation github-project-automation bot moved this to To do in k8gb Oct 2, 2024
@ytsarev ytsarev added this to k8gb Oct 2, 2024
@ytsarev ytsarev added this to the 1.0 milestone Oct 2, 2024
ytsarev added a commit to ytsarev/k8gb that referenced this issue Oct 26, 2024
Fixes k8gb-io#1744

Signed-off-by: Yury Tsarev <yury@upbound.io>
@ytsarev ytsarev linked a pull request Oct 26, 2024 that will close this issue
ytsarev added a commit to ytsarev/k8gb that referenced this issue Oct 26, 2024
Fixes k8gb-io#1744

Signed-off-by: Yury Tsarev <yury@upbound.io>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
Status: Planned
Development

Successfully merging a pull request may close this issue.

1 participant