pointers.io.k8s.api.node.v1.SchedulingPointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.node.v1
import dev.hnaderi.k8s.client._
/** Pointer for Scheduling */
final case class SchedulingPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.node.v1.Scheduling] {
def nodeSelector : MapPointer[String] = MapPointer(currentPath / s"nodeSelector")
def tolerations : ListPointer[io.k8s.api.core.v1.Toleration] = ListPointer(currentPath / s"tolerations")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy