LocalObjectReference

case class LocalObjectReference(name: Optional[String])

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

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

Value Params
name

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getName: IO[K8sFailure, String]

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product