HostAlias

case class HostAlias(hostnames: Optional[Vector[String]], ip: Optional[String])

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

Value parameters:
hostnames

Hostnames for the above IP address.

ip

IP address of the host file entry.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Hostnames for the above IP address.

Hostnames for the above IP address.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

IP address of the host file entry.

IP address of the host file entry.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

Inherited from:
Product