PodIP

com.coralogix.zio.k8s.model.core.v1.PodIP
See thePodIP companion object
case class PodIP(ip: Optional[String])

IP address information for entries in the (plural) PodIPs field. Each entry includes: IP: An IP address allocated to the pod. Routable at least within the cluster.

Value parameters

ip

ip is an IP address (IPv4 or IPv6) assigned to the pod

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

ip is an IP address (IPv4 or IPv6) assigned to the pod

ip is an IP address (IPv4 or IPv6) assigned to the pod

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product