PolicyRulePointer

io.k8s.api.rbac.v1.PolicyRulePointer
final case class PolicyRulePointer(currentPath: PointerPath) extends Pointer[PolicyRule]

Pointer for PolicyRule

Attributes

Source
PolicyRulePointer.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]

Attributes

Source
PolicyRulePointer.scala

Attributes

Source
PolicyRulePointer.scala
def resourceNames: ListPointer[String]

Attributes

Source
PolicyRulePointer.scala
def resources: ListPointer[String]

Attributes

Source
PolicyRulePointer.scala
def verbs: ListPointer[String]

Attributes

Source
PolicyRulePointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product