pointers.io.k8s.api.authorization.v1.NonResourceAttributesPointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.authorization.v1
import dev.hnaderi.k8s.client._
/** Pointer for NonResourceAttributes */
final case class NonResourceAttributesPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.authorization.v1.NonResourceAttributes] {
def path : Pointer.Plain[String] = Pointer.Plain(currentPath / s"path")
def verb : Pointer.Plain[String] = Pointer.Plain(currentPath / s"verb")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy