ResourceClassParametersReference

io.k8s.api.resource.v1alpha2.ResourceClassParametersReference
See theResourceClassParametersReference companion object
final case class ResourceClassParametersReference(kind: String, name: String, apiGroup: Option[String], namespace: Option[String])

ResourceClassParametersReference contains enough information to let you locate the parameters for a ResourceClass.

Attributes

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

Members list

Value members

Concrete methods

def mapApiGroup(f: String => String): ResourceClassParametersReference

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

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

Attributes

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

transforms kind to result of function

transforms kind to result of function

Attributes

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

transforms name to result of function

transforms name to result of function

Attributes

Source
ResourceClassParametersReference.scala

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

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

Attributes

Source
ResourceClassParametersReference.scala

Returns a new data with apiGroup set to new value

Returns a new data with apiGroup set to new value

Attributes

Source
ResourceClassParametersReference.scala

Returns a new data with kind set to new value

Returns a new data with kind set to new value

Attributes

Source
ResourceClassParametersReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
ResourceClassParametersReference.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Attributes

Source
ResourceClassParametersReference.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product