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