SubstitutionRule constructor

SubstitutionRule({
  1. String? newValue,
  2. String? originalValuePattern,
  3. List<GroupKind>? targetGroupKinds,
  4. String? targetJsonPath,
  5. List<String>? targetNamespaces,
})

Implementation

SubstitutionRule({
  this.newValue,
  this.originalValuePattern,
  this.targetGroupKinds,
  this.targetJsonPath,
  this.targetNamespaces,
});