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

pointers.io.k8s.api.events.v1.EventSeriesPointer.scala Maven / Gradle / Ivy

The newest version!
package io.k8s.api.events.v1

import dev.hnaderi.k8s.client._

/** Pointer for EventSeries */
final case class EventSeriesPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.events.v1.EventSeries] {
  def count : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"count")
  def lastObservedTime : Pointer.Plain[io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime] = Pointer.Plain(currentPath / s"lastObservedTime")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy