ResourceClaimParametersReference

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

ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim.

Attributes

Companion
object
Source
ResourceClaimParametersReference.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): ResourceClaimParametersReference

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

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

Attributes

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

transforms kind to result of function

transforms kind to result of function

Attributes

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

transforms name to result of function

transforms name to result of function

Attributes

Source
ResourceClaimParametersReference.scala

Returns a new data with apiGroup set to new value

Returns a new data with apiGroup set to new value

Attributes

Source
ResourceClaimParametersReference.scala

Returns a new data with kind set to new value

Returns a new data with kind set to new value

Attributes

Source
ResourceClaimParametersReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
ResourceClaimParametersReference.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product