pointers.io.k8s.api.autoscaling.v2.ObjectMetricStatusPointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.autoscaling.v2
import dev.hnaderi.k8s.client._
/** Pointer for ObjectMetricStatus */
final case class ObjectMetricStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.autoscaling.v2.ObjectMetricStatus] {
def current : io.k8s.api.autoscaling.v2.MetricValueStatusPointer = io.k8s.api.autoscaling.v2.MetricValueStatusPointer(currentPath / s"current")
def describedObject : io.k8s.api.autoscaling.v2.CrossVersionObjectReferencePointer = io.k8s.api.autoscaling.v2.CrossVersionObjectReferencePointer(currentPath / s"describedObject")
def metric : io.k8s.api.autoscaling.v2.MetricIdentifierPointer = io.k8s.api.autoscaling.v2.MetricIdentifierPointer(currentPath / s"metric")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy