CrossVersionObjectReference

io.k8s.api.autoscaling.v1.CrossVersionObjectReference
See theCrossVersionObjectReference companion object
final case class CrossVersionObjectReference(kind: String, name: String, apiVersion: Option[String])

CrossVersionObjectReference contains enough information to let you identify the referred resource.

Attributes

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

Members list

Value members

Concrete methods

def mapApiVersion(f: String => String): CrossVersionObjectReference

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

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

Attributes

Source
CrossVersionObjectReference.scala
def mapKind(f: String => String): CrossVersionObjectReference

transforms kind to result of function

transforms kind to result of function

Attributes

Source
CrossVersionObjectReference.scala
def mapName(f: String => String): CrossVersionObjectReference

transforms name to result of function

transforms name to result of function

Attributes

Source
CrossVersionObjectReference.scala

Returns a new data with apiVersion set to new value

Returns a new data with apiVersion set to new value

Attributes

Source
CrossVersionObjectReference.scala

Returns a new data with kind set to new value

Returns a new data with kind set to new value

Attributes

Source
CrossVersionObjectReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
CrossVersionObjectReference.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product