Versions in this module Expand all Collapse all v3 v3.9.9 Jun 3, 2022 Changes in this version + func IsValidAssign(assign *mutationsunversioned.Assign) error + type Mutator struct + func MutatorForAssign(assign *mutationsunversioned.Assign) (*Mutator, error) + func (m *Mutator) DeepCopy() types.Mutator + func (m *Mutator) HasDiff(mutator types.Mutator) bool + func (m *Mutator) ID() types.ID + func (m *Mutator) Matches(mutable *types.Mutable) bool + func (m *Mutator) Mutate(mutable *types.Mutable) (bool, error) + func (m *Mutator) Path() parser.Path + func (m *Mutator) SchemaBindings() []runtimeschema.GroupVersionKind + func (m *Mutator) String() string + func (m *Mutator) TerminalType() parser.NodeType + func (m *Mutator) UsesExternalData() bool