NonResourceAttributes

io.k8s.api.authorization.v1.NonResourceAttributes
See theNonResourceAttributes companion object
final case class NonResourceAttributes(path: Option[String], verb: Option[String])

NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface

Attributes

Companion
object
Source
NonResourceAttributes.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mapPath(f: String => String): NonResourceAttributes

if path has a value, transforms to the result of function

if path has a value, transforms to the result of function

Attributes

Source
NonResourceAttributes.scala
def mapVerb(f: String => String): NonResourceAttributes

if verb has a value, transforms to the result of function

if verb has a value, transforms to the result of function

Attributes

Source
NonResourceAttributes.scala
def withPath(value: String): NonResourceAttributes

Returns a new data with path set to new value

Returns a new data with path set to new value

Attributes

Source
NonResourceAttributes.scala
def withVerb(value: String): NonResourceAttributes

Returns a new data with verb set to new value

Returns a new data with verb set to new value

Attributes

Source
NonResourceAttributes.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product