ResourceAttributes

io.k8s.api.authorization.v1.ResourceAttributes
See theResourceAttributes companion object
final case class ResourceAttributes(name: Option[String], version: Option[String], resource: Option[String], verb: Option[String], group: Option[String], subresource: Option[String], namespace: Option[String])

ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface

Attributes

Companion:
object
Source:
ResourceAttributes.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
ResourceAttributes.scala

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

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

Attributes

Source:
ResourceAttributes.scala

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

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

Attributes

Source:
ResourceAttributes.scala

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

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

Attributes

Source:
ResourceAttributes.scala

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

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

Attributes

Source:
ResourceAttributes.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:
ResourceAttributes.scala

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

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

Attributes

Source:
ResourceAttributes.scala

Returns a new data with group set to new value

Returns a new data with group set to new value

Attributes

Source:
ResourceAttributes.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
ResourceAttributes.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Attributes

Source:
ResourceAttributes.scala

Returns a new data with resource set to new value

Returns a new data with resource set to new value

Attributes

Source:
ResourceAttributes.scala

Returns a new data with subresource set to new value

Returns a new data with subresource set to new value

Attributes

Source:
ResourceAttributes.scala

Returns a new data with verb set to new value

Returns a new data with verb set to new value

Attributes

Source:
ResourceAttributes.scala

Returns a new data with version set to new value

Returns a new data with version set to new value

Attributes

Source:
ResourceAttributes.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product