Kazan v0.11.0 Kazan.Apis.Core.V1.HostAlias View Source

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

OpenAPI Definition: io.k8s.api.core.v1.HostAlias

Properties

  • hostnames :: [ String ]

    • Hostnames for the above IP address.
  • ip :: String

    • IP address of the host file entry.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.HostAlias{hostnames: [String.t()], ip: String.t()}