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

pointers.io.k8s.api.autoscaling.v2.ObjectMetricSourcePointer.scala Maven / Gradle / Ivy

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

import dev.hnaderi.k8s.client._

/** Pointer for ObjectMetricSource */
final case class ObjectMetricSourcePointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.autoscaling.v2.ObjectMetricSource] {
  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")
  def target :  io.k8s.api.autoscaling.v2.MetricTargetPointer = io.k8s.api.autoscaling.v2.MetricTargetPointer(currentPath / s"target")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy