All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pointers.io.k8s.api.resource.v1alpha3.PodSchedulingContextPointer.scala Maven / Gradle / Ivy

The newest version!
package io.k8s.api.resource.v1alpha3

import dev.hnaderi.k8s.client._

/** Pointer for PodSchedulingContext */
final case class PodSchedulingContextPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.resource.v1alpha3.PodSchedulingContext] {
  def spec :  io.k8s.api.resource.v1alpha3.PodSchedulingContextSpecPointer = io.k8s.api.resource.v1alpha3.PodSchedulingContextSpecPointer(currentPath / s"spec")
  def status :  io.k8s.api.resource.v1alpha3.PodSchedulingContextStatusPointer = io.k8s.api.resource.v1alpha3.PodSchedulingContextStatusPointer(currentPath / s"status")
  def metadata :  io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMetaPointer = io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMetaPointer(currentPath / s"metadata")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy