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

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

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

import dev.hnaderi.k8s.client._

/** Pointer for Scale */
final case class ScalePointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.autoscaling.v1.Scale] {
  def status :  io.k8s.api.autoscaling.v1.ScaleStatusPointer = io.k8s.api.autoscaling.v1.ScaleStatusPointer(currentPath / s"status")
  def spec :  io.k8s.api.autoscaling.v1.ScaleSpecPointer = io.k8s.api.autoscaling.v1.ScaleSpecPointer(currentPath / s"spec")
  def metadata :  io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMetaPointer = io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMetaPointer(currentPath / s"metadata")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy