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

pointers.io.k8s.api.admissionregistration.v1.NamedRuleWithOperationsPointer.scala Maven / Gradle / Ivy

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

import dev.hnaderi.k8s.client._

/** Pointer for NamedRuleWithOperations */
final case class NamedRuleWithOperationsPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.admissionregistration.v1.NamedRuleWithOperations] {
  def operations : ListPointer[String] = ListPointer(currentPath / s"operations")
  def apiVersions : ListPointer[String] = ListPointer(currentPath / s"apiVersions")
  def scope : Pointer.Plain[String] = Pointer.Plain(currentPath / s"scope")
  def apiGroups : ListPointer[String] = ListPointer(currentPath / s"apiGroups")
  def resources : ListPointer[String] = ListPointer(currentPath / s"resources")
  def resourceNames : ListPointer[String] = ListPointer(currentPath / s"resourceNames")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy