Options
All
  • Public
  • Public/Protected
  • All
Menu

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

schema

io.k8s.api.core.v1.HostAlias

Hierarchy

  • HostAlias

Index

Properties

Properties

Optional Readonly hostnames

hostnames: string[]

Hostnames for the above IP address.

schema

io.k8s.api.core.v1.HostAlias#hostnames

Optional Readonly ip

ip: string

IP address of the host file entry.

schema

io.k8s.api.core.v1.HostAlias#ip

Generated using TypeDoc