ResourceFieldSelector

io.k8s.api.core.v1.ResourceFieldSelector
See theResourceFieldSelector companion object
final case class ResourceFieldSelector(resource: String, containerName: Option[String], divisor: Option[Quantity])

ResourceFieldSelector represents container resources (cpu, memory) and their output format

Attributes

Companion:
object
Source:
ResourceFieldSelector.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
ResourceFieldSelector.scala

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

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

Attributes

Source:
ResourceFieldSelector.scala

transforms resource to result of function

transforms resource to result of function

Attributes

Source:
ResourceFieldSelector.scala

Returns a new data with containerName set to new value

Returns a new data with containerName set to new value

Attributes

Source:
ResourceFieldSelector.scala

Returns a new data with divisor set to new value

Returns a new data with divisor set to new value

Attributes

Source:
ResourceFieldSelector.scala

Returns a new data with resource set to new value

Returns a new data with resource set to new value

Attributes

Source:
ResourceFieldSelector.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product