final case class BoundObjectReference(apiVersion: Option[String] = None, kind: Option[String] = None, name: Option[String] = None, uid: Option[String] = None) extends Product with Serializable
BoundObjectReference is a reference to an object that a token is bound to.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoundObjectReference
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
-
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): BoundObjectReference
if apiVersion has a value, transforms to the result of function
-
def
mapKind(f: (String) ⇒ String): BoundObjectReference
if kind has a value, transforms to the result of function
-
def
mapName(f: (String) ⇒ String): BoundObjectReference
if name has a value, transforms to the result of function
-
def
mapUid(f: (String) ⇒ String): BoundObjectReference
if uid has a value, transforms to the result of function
- val name: 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()
-
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): BoundObjectReference
Returns a new data with apiVersion set to new value
-
def
withKind(value: String): BoundObjectReference
Returns a new data with kind set to new value
-
def
withName(value: String): BoundObjectReference
Returns a new data with name set to new value
-
def
withUid(value: String): BoundObjectReference
Returns a new data with uid set to new value