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