HostEntry

class HostEntry

Hostnames and IP address entries that are added to the /etc/hosts file of a container via the extraHosts parameter of its ContainerDefinition.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The hostname to use in the /etc/hosts entry.

Link copied to clipboard

The IP address to use in the /etc/hosts entry.

Functions

Link copied to clipboard
inline fun copy(block: HostEntry.Builder.() -> Unit = {}): HostEntry
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String