io.k8s.api.resource.v1alpha1.PodSchedulingSpec
See thePodSchedulingSpec companion object
final case class PodSchedulingSpec(potentialNodes: Option[Seq[String]], selectedNode: Option[String])
PodSchedulingSpec describes where resources for the Pod are needed.
Attributes
- Companion:
- object
- Source:
- PodSchedulingSpec.scala
- Graph
- Supertypes