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

pointers.io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpecPointer.scala Maven / Gradle / Ivy

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

import dev.hnaderi.k8s.client._

/** Pointer for SelfSubjectAccessReviewSpec */
final case class SelfSubjectAccessReviewSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec] {
  def nonResourceAttributes :  io.k8s.api.authorization.v1.NonResourceAttributesPointer = io.k8s.api.authorization.v1.NonResourceAttributesPointer(currentPath / s"nonResourceAttributes")
  def resourceAttributes :  io.k8s.api.authorization.v1.ResourceAttributesPointer = io.k8s.api.authorization.v1.ResourceAttributesPointer(currentPath / s"resourceAttributes")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy