PodIP

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.

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 Params
ip

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

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getIp: IO[K8sFailure, String]

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.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product