ResourcePolicyRulePointer

io.k8s.api.flowcontrol.v1.ResourcePolicyRulePointer
final case class ResourcePolicyRulePointer(currentPath: PointerPath) extends Pointer[ResourcePolicyRule]

Pointer for ResourcePolicyRule

Attributes

Source
ResourcePolicyRulePointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apiGroups: ListPointer[String]
def clusterScope: Plain[Boolean]
def namespaces: ListPointer[String]
def resources: ListPointer[String]
def verbs: ListPointer[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product