pointers.io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerSpecPointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.autoscaling.v1
import dev.hnaderi.k8s.client._
/** Pointer for HorizontalPodAutoscalerSpec */
final case class HorizontalPodAutoscalerSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerSpec] {
def maxReplicas : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"maxReplicas")
def scaleTargetRef : io.k8s.api.autoscaling.v1.CrossVersionObjectReferencePointer = io.k8s.api.autoscaling.v1.CrossVersionObjectReferencePointer(currentPath / s"scaleTargetRef")
def minReplicas : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"minReplicas")
def targetCPUUtilizationPercentage : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"targetCPUUtilizationPercentage")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy