ResourceClaim

io.k8s.api.core.v1.ResourceClaim
See theResourceClaim companion object
final case class ResourceClaim(name: String)

ResourceClaim references one entry in PodSpec.ResourceClaims.

Attributes

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

Members list

Value members

Concrete methods

def mapName(f: String => String): ResourceClaim

transforms name to result of function

transforms name to result of function

Attributes

Source
ResourceClaim.scala
def withName(value: String): ResourceClaim

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
ResourceClaim.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product