IPBlockPointer

io.k8s.api.networking.v1.IPBlockPointer
final case class IPBlockPointer(currentPath: PointerPath) extends Pointer[IPBlock]

Pointer for IPBlock

Attributes

Source
IPBlockPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Pointer[IPBlock]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def cidr: Plain[String]

Attributes

Source
IPBlockPointer.scala
def except: ListPointer[String]

Attributes

Source
IPBlockPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product