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

pointers.io.k8s.api.resource.v1alpha1.ResourceClaimSpecPointer.scala Maven / Gradle / Ivy

package io.k8s.api.resource.v1alpha1

import dev.hnaderi.k8s.client._

/** Pointer for ResourceClaimSpec */
final case class ResourceClaimSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.resource.v1alpha1.ResourceClaimSpec] {
  def resourceClassName : Pointer.Plain[String] = Pointer.Plain(currentPath / s"resourceClassName")
  def allocationMode : Pointer.Plain[String] = Pointer.Plain(currentPath / s"allocationMode")
  def parametersRef :  io.k8s.api.resource.v1alpha1.ResourceClaimParametersReferencePointer = io.k8s.api.resource.v1alpha1.ResourceClaimParametersReferencePointer(currentPath / s"parametersRef")
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy