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

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

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

Returns a new data with path set to new value

Returns a new data with path set to new value

Attributes

Source
NonResourceAttributes.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product