Skip to content
DocsTry Aspire
DocsTry

HostAliasV1

Classsealednet8.0
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
Represents a host alias configuration which maps an IP address to a set of hostnames. This is used for specifying additional host entries in a pod's /etc/hosts file.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class HostAliasV1
{
// ...
}