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

pointers.io.k8s.api.storage.v1.VolumeAttachmentStatusPointer.scala Maven / Gradle / Ivy

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

import dev.hnaderi.k8s.client._

/** Pointer for VolumeAttachmentStatus */
final case class VolumeAttachmentStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.storage.v1.VolumeAttachmentStatus] {
  def attached : Pointer.Plain[Boolean] = Pointer.Plain(currentPath / s"attached")
  def attachError :  io.k8s.api.storage.v1.VolumeErrorPointer = io.k8s.api.storage.v1.VolumeErrorPointer(currentPath / s"attachError")
  def attachmentMetadata : MapPointer[String] = MapPointer(currentPath / s"attachmentMetadata")
  def detachError :  io.k8s.api.storage.v1.VolumeErrorPointer = io.k8s.api.storage.v1.VolumeErrorPointer(currentPath / s"detachError")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy