ResourceAttributesPointer

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

Pointer for ResourceAttributes

Attributes

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

Members list

Value members

Concrete methods

def group: Plain[String]
def name: Plain[String]
def namespace: Plain[String]
def resource: Plain[String]
def subresource: Plain[String]
def verb: Plain[String]
def version: Plain[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product