All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pointers.io.k8s.api.storage.v1alpha1.VolumeAttributesClassPointer.scala Maven / Gradle / Ivy

The newest version!
package io.k8s.api.storage.v1alpha1

import dev.hnaderi.k8s.client._

/** Pointer for VolumeAttributesClass */
final case class VolumeAttributesClassPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.storage.v1alpha1.VolumeAttributesClass] {
  def driverName : Pointer.Plain[String] = Pointer.Plain(currentPath / s"driverName")
  def metadata :  io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMetaPointer = io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMetaPointer(currentPath / s"metadata")
  def parameters : MapPointer[String] = MapPointer(currentPath / s"parameters")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy