pointers.io.k8s.api.resource.v1alpha1.ResourceClaimStatusPointer.scala Maven / Gradle / Ivy
package io.k8s.api.resource.v1alpha1
import dev.hnaderi.k8s.client._
/** Pointer for ResourceClaimStatus */
final case class ResourceClaimStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.resource.v1alpha1.ResourceClaimStatus] {
def allocation : io.k8s.api.resource.v1alpha1.AllocationResultPointer = io.k8s.api.resource.v1alpha1.AllocationResultPointer(currentPath / s"allocation")
def deallocationRequested : Pointer.Plain[Boolean] = Pointer.Plain(currentPath / s"deallocationRequested")
def driverName : Pointer.Plain[String] = Pointer.Plain(currentPath / s"driverName")
def reservedFor : ListPointer[io.k8s.api.resource.v1alpha1.ResourceClaimConsumerReference] = ListPointer(currentPath / s"reservedFor")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy