SelfSubjectRulesReviewSpec

io.k8s.api.authorization.v1.SelfSubjectRulesReviewSpec
See theSelfSubjectRulesReviewSpec companion object
final case class SelfSubjectRulesReviewSpec(namespace: Option[String])

SelfSubjectRulesReviewSpec defines the specification for SelfSubjectRulesReview.

Attributes

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

Members list

Value members

Concrete methods

def mapNamespace(f: String => String): SelfSubjectRulesReviewSpec

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

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

Attributes

Source
SelfSubjectRulesReviewSpec.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Attributes

Source
SelfSubjectRulesReviewSpec.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product