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

pointers.io.k8s.api.flowcontrol.v1beta3.ResourcePolicyRulePointer.scala Maven / Gradle / Ivy

The newest version!
package io.k8s.api.flowcontrol.v1beta3

import dev.hnaderi.k8s.client._

/** Pointer for ResourcePolicyRule */
final case class ResourcePolicyRulePointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.flowcontrol.v1beta3.ResourcePolicyRule] {
  def verbs : ListPointer[String] = ListPointer(currentPath / s"verbs")
  def apiGroups : ListPointer[String] = ListPointer(currentPath / s"apiGroups")
  def resources : ListPointer[String] = ListPointer(currentPath / s"resources")
  def clusterScope : Pointer.Plain[Boolean] = Pointer.Plain(currentPath / s"clusterScope")
  def namespaces : ListPointer[String] = ListPointer(currentPath / s"namespaces")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy