Kazan v0.9.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.