CrossVersionObjectReference

io.k8s.api.autoscaling.v2.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

Members list

Concise view

Value members

Concrete methods

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

transforms kind to result of function

transforms kind to result of function

Attributes

Source:
CrossVersionObjectReference.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product