public MutationResult Create(V2TestEntity newEntity, bool dryRun) { newEntity.Spec.StringOrInteger = "42"; return(MutationResult.Modified(newEntity)); }
public MutationResult Create(V1DemoEntity newEntity, bool dryRun) { newEntity.Spec.Username = "******"; return(MutationResult.Modified(newEntity)); }