NonResourceRulePointer

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

Pointer for NonResourceRule

Attributes

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

Members list

Value members

Concrete methods

def verbs: ListPointer[String]

Attributes

Source
NonResourceRulePointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product