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

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

There is a newer version: 0.20.2
Show newest version
package io.k8s.api.resource.v1alpha1

import dev.hnaderi.k8s.client._

/** Pointer for ResourceClaim */
final case class ResourceClaimPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.resource.v1alpha1.ResourceClaim] {
  def spec :  io.k8s.api.resource.v1alpha1.ResourceClaimSpecPointer = io.k8s.api.resource.v1alpha1.ResourceClaimSpecPointer(currentPath / s"spec")
  def status :  io.k8s.api.resource.v1alpha1.ResourceClaimStatusPointer = io.k8s.api.resource.v1alpha1.ResourceClaimStatusPointer(currentPath / s"status")
  def metadata :  io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMetaPointer = io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMetaPointer(currentPath / s"metadata")
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy