io.k8s.api.resource.v1alpha2.ResourceHandle
See theResourceHandle companion object
final case class ResourceHandle(data: Option[String], driverName: Option[String], structuredData: Option[StructuredResourceHandle])
ResourceHandle holds opaque resource data for processing by a specific kubelet plugin.
Attributes
- Companion
- object
- Source
- ResourceHandle.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
if data has a value, transforms to the result of function
if driverName has a value, transforms to the result of function
if driverName has a value, transforms to the result of function
Attributes
- Source
- ResourceHandle.scala
if structuredData has a value, transforms to the result of function
if structuredData has a value, transforms to the result of function
Attributes
- Source
- ResourceHandle.scala
Returns a new data with data set to new value
Returns a new data with driverName set to new value
Returns a new data with structuredData set to new value
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article