io.k8s.api.admissionregistration.v1alpha1.Mutation
See theMutation companion object
final case class Mutation(patchType: String, applyConfiguration: Option[ApplyConfiguration], jsonPatch: Option[JSONPatch])
Mutation specifies the CEL expression which is used to apply the Mutation.
Attributes
- Companion
- object
- Source
- Mutation.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
if applyConfiguration has a value, transforms to the result of function
if applyConfiguration has a value, transforms to the result of function
Attributes
- Source
- Mutation.scala
if jsonPatch has a value, transforms to the result of function
transforms patchType to result of function
Returns a new data with applyConfiguration set to new value
Returns a new data with jsonPatch set to new value
Returns a new data with patchType set to new value
In this article