Files
guru/app-containers/dnsname-cni-plugin/metadata.xml
Randall T. Vasquez c748f23439 app-containers/dnsname-cni-plugin: move dnsname-cni-plugin to app-container
The commits moves dnsname-cni-plugin to app-container from net-misc.

Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com>
2022-05-22 17:41:07 -07:00

15 lines
615 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ran.dall@icloud.com</email>
<name>Randall Vasquez</name>
</maintainer>
<longdescription lang="en">
This plugin sets up the use of dnsmasq on a given CNI network so that Pods can resolve each other by name. When configured, the pod and its IP address are added to a network specific hosts file that dnsmasq reads in.
</longdescription>
<upstream>
<remote-id type="github">containers/dnsname</remote-id>
</upstream>
</pkgmetadata>