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

pointers.io.k8s.api.coordination.v1alpha1.LeaseCandidateSpecPointer.scala Maven / Gradle / Ivy

The newest version!
package io.k8s.api.coordination.v1alpha1

import dev.hnaderi.k8s.client._

/** Pointer for LeaseCandidateSpec */
final case class LeaseCandidateSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.coordination.v1alpha1.LeaseCandidateSpec] {
  def preferredStrategies : ListPointer[String] = ListPointer(currentPath / s"preferredStrategies")
  def leaseName : Pointer.Plain[String] = Pointer.Plain(currentPath / s"leaseName")
  def emulationVersion : Pointer.Plain[String] = Pointer.Plain(currentPath / s"emulationVersion")
  def binaryVersion : Pointer.Plain[String] = Pointer.Plain(currentPath / s"binaryVersion")
  def renewTime : Pointer.Plain[io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime] = Pointer.Plain(currentPath / s"renewTime")
  def pingTime : Pointer.Plain[io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime] = Pointer.Plain(currentPath / s"pingTime")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy