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

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

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

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

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

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

Returns a new data with group set to new value

Returns a new data with group set to new value

Attributes

Source
ParentReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
ParentReference.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Attributes

Source
ParentReference.scala

Returns a new data with resource set to new value

Returns a new data with resource set to new value

Attributes

Source
ParentReference.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product