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

pointers.io.k8s.api.apiserverinternal.v1alpha1.StorageVersionConditionPointer.scala Maven / Gradle / Ivy

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

import dev.hnaderi.k8s.client._

/** Pointer for StorageVersionCondition */
final case class StorageVersionConditionPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition] {
  def reason : Pointer.Plain[String] = Pointer.Plain(currentPath / s"reason")
  def status : Pointer.Plain[String] = Pointer.Plain(currentPath / s"status")
  def message : Pointer.Plain[String] = Pointer.Plain(currentPath / s"message")
  def `type` : Pointer.Plain[String] = Pointer.Plain(currentPath / s"type")
  def observedGeneration : Pointer.Plain[Long] = Pointer.Plain(currentPath / s"observedGeneration")
  def lastTransitionTime : Pointer.Plain[io.k8s.apimachinery.pkg.apis.meta.v1.Time] = Pointer.Plain(currentPath / s"lastTransitionTime")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy