LocalObjectReference

io.k8s.api.core.v1.LocalObjectReference
See theLocalObjectReference companion object
final case class LocalObjectReference(name: Option[String])

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

Attributes

Companion
object
Source
LocalObjectReference.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

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

Attributes

Source
LocalObjectReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
LocalObjectReference.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product