io.k8s.api.resource.v1alpha2.ResourceSlice
See theResourceSlice companion object
final case class ResourceSlice(driverName: String, nodeName: Option[String], namedResources: Option[NamedResourcesResources], metadata: Option[ObjectMeta]) extends KObject
ResourceSlice provides information about available resources on individual nodes.
Attributes
- Companion
- object
- Source
- ResourceSlice.scala
- Graph
-
- Supertypes
-
trait KObjecttrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- ResourceSlice.scala
transforms driverName to result of function
if metadata has a value, transforms to the result of function
if namedResources has a value, transforms to the result of function
if namedResources has a value, transforms to the result of function
Attributes
- Source
- ResourceSlice.scala
if nodeName has a value, transforms to the result of function
Returns a new data with driverName set to new value
Returns a new data with metadata set to new value
Returns a new data with namedResources set to new value
Returns a new data with nodeName set to new value
Inherited methods
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
In this article