IPAddress

io.k8s.api.networking.v1alpha1.IPAddress
See theIPAddress companion object
final case class IPAddress(metadata: Option[ObjectMeta], spec: Option[IPAddressSpec]) extends KObject

IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1

Attributes

Companion:
object
Source:
IPAddress.scala
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def foldTo[T : Builder]: T

Attributes

Definition Classes
Source:
IPAddress.scala

if metadata has a value, transforms to the result of function

if metadata has a value, transforms to the result of function

Attributes

Source:
IPAddress.scala

if spec has a value, transforms to the result of function

if spec has a value, transforms to the result of function

Attributes

Source:
IPAddress.scala

Returns a new data with metadata set to new value

Returns a new data with metadata set to new value

Attributes

Source:
IPAddress.scala

Returns a new data with spec set to new value

Returns a new data with spec set to new value

Attributes

Source:
IPAddress.scala

Inherited methods

final def group: String

Attributes

Inherited from:
KObject
Source:
ResourceKind.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

final lazy val apiVersion: String

Attributes

Inherited from:
KObject
Source:
ResourceKind.scala
final lazy val kind: String

Attributes

Inherited from:
KObject
Source:
ResourceKind.scala
final lazy val version: String

Attributes

Inherited from:
KObject
Source:
ResourceKind.scala