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

pointers.io.k8s.api.autoscaling.v1.ScaleStatusPointer.scala Maven / Gradle / Ivy

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

import dev.hnaderi.k8s.client._

/** Pointer for ScaleStatus */
final case class ScaleStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.autoscaling.v1.ScaleStatus] {
  def replicas : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"replicas")
  def selector : Pointer.Plain[String] = Pointer.Plain(currentPath / s"selector")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy