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

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
@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
@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Planned
Development

Successfully merging a pull request may close this issue.

1 participant