TypedLocalObjectReference

io.k8s.api.core.v1.TypedLocalObjectReference
See theTypedLocalObjectReference companion object
final case class TypedLocalObjectReference(kind: String, name: String, apiGroup: Option[String])

TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.

Attributes

Companion:
object
Source:
TypedLocalObjectReference.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
TypedLocalObjectReference.scala

transforms kind to result of function

transforms kind to result of function

Attributes

Source:
TypedLocalObjectReference.scala

transforms name to result of function

transforms name to result of function

Attributes

Source:
TypedLocalObjectReference.scala

Returns a new data with apiGroup set to new value

Returns a new data with apiGroup set to new value

Attributes

Source:
TypedLocalObjectReference.scala

Returns a new data with kind set to new value

Returns a new data with kind set to new value

Attributes

Source:
TypedLocalObjectReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
TypedLocalObjectReference.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product