Cloud API Overview > @adpt/cloud > k8s > PodProps > hostAliases
k8s.PodProps.hostAliases property
An optional list of hosts and IPs that will be injected into the pod's hosts file if specified.
This is only valid for non-hostNetwork pods.
Signature:
hostAliases?: HostAlias[];