pointers.io.k8s.api.resource.v1alpha3.BasicDevicePointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.resource.v1alpha3
import dev.hnaderi.k8s.client._
/** Pointer for BasicDevice */
final case class BasicDevicePointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.resource.v1alpha3.BasicDevice] {
def attributes : MapPointer[io.k8s.api.resource.v1alpha3.DeviceAttribute] = MapPointer(currentPath / s"attributes")
def capacity : MapPointer[io.k8s.apimachinery.pkg.api.resource.Quantity] = MapPointer(currentPath / s"capacity")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy