ObjectReference

io.k8s.api.core.v1.ObjectReference
See theObjectReference companion object
final case class ObjectReference(fieldPath: Option[String], name: Option[String], resourceVersion: Option[String], uid: Option[String], kind: Option[String], apiVersion: Option[String], namespace: Option[String])

ObjectReference contains enough information to let you inspect or modify the referred object.

Attributes

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

Members list

Value members

Concrete methods

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

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

Attributes

Source
ObjectReference.scala

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

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

Attributes

Source
ObjectReference.scala

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

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

Attributes

Source
ObjectReference.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
ObjectReference.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
ObjectReference.scala

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

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

Attributes

Source
ObjectReference.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
ObjectReference.scala

Returns a new data with apiVersion set to new value

Returns a new data with apiVersion set to new value

Attributes

Source
ObjectReference.scala

Returns a new data with fieldPath set to new value

Returns a new data with fieldPath set to new value

Attributes

Source
ObjectReference.scala

Returns a new data with kind set to new value

Returns a new data with kind set to new value

Attributes

Source
ObjectReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
ObjectReference.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Attributes

Source
ObjectReference.scala

Returns a new data with resourceVersion set to new value

Returns a new data with resourceVersion set to new value

Attributes

Source
ObjectReference.scala

Returns a new data with uid set to new value

Returns a new data with uid set to new value

Attributes

Source
ObjectReference.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product