ParentReference

io.k8s.api.networking.v1alpha1.ParentReference
See theParentReference companion object
final case class ParentReference(name: Option[String], resource: Option[String], uid: Option[String], group: Option[String], namespace: Option[String])

ParentReference describes a reference to a parent object.

Attributes

Companion
object
Source
ParentReference.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mapGroup(f: String => String): ParentReference

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

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

Attributes

Source
ParentReference.scala
def mapName(f: String => String): ParentReference

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

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

Attributes

Source
ParentReference.scala
def mapNamespace(f: String => String): ParentReference

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

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

Attributes

Source
ParentReference.scala
def mapResource(f: String => String): ParentReference

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

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

Attributes

Source
ParentReference.scala
def mapUid(f: String => String): ParentReference

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

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

Attributes

Source
ParentReference.scala
def withGroup(value: String): ParentReference

Returns a new data with group set to new value

Returns a new data with group set to new value

Attributes

Source
ParentReference.scala
def withName(value: String): ParentReference

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
ParentReference.scala
def withNamespace(value: String): ParentReference

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Attributes

Source
ParentReference.scala
def withResource(value: String): ParentReference

Returns a new data with resource set to new value

Returns a new data with resource set to new value

Attributes

Source
ParentReference.scala
def withUid(value: String): ParentReference

Returns a new data with uid set to new value

Returns a new data with uid set to new value

Attributes

Source
ParentReference.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product