MatchCondition

io.k8s.api.admissionregistration.v1.MatchCondition
See theMatchCondition companion object
final case class MatchCondition(expression: String, name: String)

MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook.

Attributes

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

Members list

Concise view

Value members

Concrete methods

transforms expression to result of function

transforms expression to result of function

Attributes

Source:
MatchCondition.scala

transforms name to result of function

transforms name to result of function

Attributes

Source:
MatchCondition.scala

Returns a new data with expression set to new value

Returns a new data with expression set to new value

Attributes

Source:
MatchCondition.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
MatchCondition.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product