PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member of resourceRules or nonResourceRules matches the request.
Attributes
- Companion
- object
- Source
- PolicyRulesWithSubjects.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Appends new values to nonResourceRules
Appends new values to resourceRules
Appends new values to subjects
if nonResourceRules has a value, transforms to the result of function
if nonResourceRules has a value, transforms to the result of function
Attributes
if resourceRules has a value, transforms to the result of function
if resourceRules has a value, transforms to the result of function
Attributes
transforms subjects to result of function
Returns a new data with nonResourceRules set to new value
Returns a new data with nonResourceRules set to new value
Attributes
Returns a new data with resourceRules set to new value
Returns a new data with resourceRules set to new value
Attributes
Returns a new data with subjects set to new value
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product