final case class ObjectReference(fieldPath: Option[String] = None, name: Option[String] = None, resourceVersion: Option[String] = None, uid: Option[String] = None, kind: Option[String] = None, apiVersion: Option[String] = None, namespace: Option[String] = None) extends Product with Serializable
ObjectReference contains enough information to let you inspect or modify the referred object.
- Source
- ObjectReference.scala
- Alphabetic
- By Inheritance
- ObjectReference
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val apiVersion: Option[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fieldPath: Option[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kind: Option[String]
-
def
mapApiVersion(f: (String) ⇒ String): ObjectReference
if apiVersion has a value, transforms to the result of function
-
def
mapFieldPath(f: (String) ⇒ String): ObjectReference
if fieldPath has a value, transforms to the result of function
-
def
mapKind(f: (String) ⇒ String): ObjectReference
if kind has a value, transforms to the result of function
-
def
mapName(f: (String) ⇒ String): ObjectReference
if name has a value, transforms to the result of function
-
def
mapNamespace(f: (String) ⇒ String): ObjectReference
if namespace has a value, transforms to the result of function
-
def
mapResourceVersion(f: (String) ⇒ String): ObjectReference
if resourceVersion has a value, transforms to the result of function
-
def
mapUid(f: (String) ⇒ String): ObjectReference
if uid has a value, transforms to the result of function
- val name: Option[String]
- val namespace: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val resourceVersion: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val uid: Option[String]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withApiVersion(value: String): ObjectReference
Returns a new data with apiVersion set to new value
-
def
withFieldPath(value: String): ObjectReference
Returns a new data with fieldPath set to new value
-
def
withKind(value: String): ObjectReference
Returns a new data with kind set to new value
-
def
withName(value: String): ObjectReference
Returns a new data with name set to new value
-
def
withNamespace(value: String): ObjectReference
Returns a new data with namespace set to new value
-
def
withResourceVersion(value: String): ObjectReference
Returns a new data with resourceVersion set to new value
-
def
withUid(value: String): ObjectReference
Returns a new data with uid set to new value