ResourceRulePointer

io.k8s.api.authorization.v1.ResourceRulePointer
final case class ResourceRulePointer(currentPath: PointerPath) extends Pointer[ResourceRule]

Pointer for ResourceRule

Attributes

Source
ResourceRulePointer.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
ResourceRulePointer.scala
def resourceNames: ListPointer[String]

Attributes

Source
ResourceRulePointer.scala
def resources: ListPointer[String]

Attributes

Source
ResourceRulePointer.scala
def verbs: ListPointer[String]

Attributes

Source
ResourceRulePointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product