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

Hierarchy

  • V1HostAlias

Constructors

Properties

hostnames?: string[]

Hostnames for the above IP address.

ip?: string

IP address of the host file entry.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc