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

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

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

import dev.hnaderi.k8s.client._

/** Pointer for MetricStatus */
final case class MetricStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.autoscaling.v2.MetricStatus] {
  def `type` : Pointer.Plain[String] = Pointer.Plain(currentPath / s"type")
  def `object` :  io.k8s.api.autoscaling.v2.ObjectMetricStatusPointer = io.k8s.api.autoscaling.v2.ObjectMetricStatusPointer(currentPath / s"object")
  def external :  io.k8s.api.autoscaling.v2.ExternalMetricStatusPointer = io.k8s.api.autoscaling.v2.ExternalMetricStatusPointer(currentPath / s"external")
  def containerResource :  io.k8s.api.autoscaling.v2.ContainerResourceMetricStatusPointer = io.k8s.api.autoscaling.v2.ContainerResourceMetricStatusPointer(currentPath / s"containerResource")
  def resource :  io.k8s.api.autoscaling.v2.ResourceMetricStatusPointer = io.k8s.api.autoscaling.v2.ResourceMetricStatusPointer(currentPath / s"resource")
  def pods :  io.k8s.api.autoscaling.v2.PodsMetricStatusPointer = io.k8s.api.autoscaling.v2.PodsMetricStatusPointer(currentPath / s"pods")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy