LocalObjectReference

com.coralogix.zio.k8s.model.core.v1.LocalObjectReference
See theLocalObjectReference companion object
case class LocalObjectReference(name: Optional[String])

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

Value parameters

name

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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product