HostAlias

io.k8s.api.core.v1.HostAlias

Description

HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.

Properties

hostnames []string
Hostnames for the above IP address.
ip string required
IP address of the host file entry.