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