io.k8s.api.resource.v1alpha2.PodSchedulingContextSpec
See thePodSchedulingContextSpec companion object
final case class PodSchedulingContextSpec(potentialNodes: Option[Seq[String]], selectedNode: Option[String])
PodSchedulingContextSpec describes where resources for the Pod are needed.
Attributes
- Companion
- object
- Source
- PodSchedulingContextSpec.scala
- Graph
-
- Supertypes
Members list
Inherited
- Not inherited
- Product
In this article