NonResourcePolicyRule

io.k8s.api.flowcontrol.v1beta3.NonResourcePolicyRule
See theNonResourcePolicyRule companion object
final case class NonResourcePolicyRule(nonResourceURLs: Seq[String], verbs: Seq[String])

NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.

Attributes

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

Members list

Concise view

Value members

Concrete methods

Appends new values to nonResourceURLs

Appends new values to nonResourceURLs

Attributes

Source:
NonResourcePolicyRule.scala

Appends new values to verbs

Appends new values to verbs

Attributes

Source:
NonResourcePolicyRule.scala

transforms nonResourceURLs to result of function

transforms nonResourceURLs to result of function

Attributes

Source:
NonResourcePolicyRule.scala

transforms verbs to result of function

transforms verbs to result of function

Attributes

Source:
NonResourcePolicyRule.scala

Returns a new data with nonResourceURLs set to new value

Returns a new data with nonResourceURLs set to new value

Attributes

Source:
NonResourcePolicyRule.scala

Returns a new data with verbs set to new value

Returns a new data with verbs set to new value

Attributes

Source:
NonResourcePolicyRule.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product