pointers.io.k8s.api.apiserverinternal.v1alpha1.ServerStorageVersionPointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.apiserverinternal.v1alpha1
import dev.hnaderi.k8s.client._
/** Pointer for ServerStorageVersion */
final case class ServerStorageVersionPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.apiserverinternal.v1alpha1.ServerStorageVersion] {
def apiServerID : Pointer.Plain[String] = Pointer.Plain(currentPath / s"apiServerID")
def decodableVersions : ListPointer[String] = ListPointer(currentPath / s"decodableVersions")
def encodingVersion : Pointer.Plain[String] = Pointer.Plain(currentPath / s"encodingVersion")
def servedVersions : ListPointer[String] = ListPointer(currentPath / s"servedVersions")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy