Skip to content

Commit d8f8e72

Browse files
committed
chore: fix rebase, add back emitRatcheting TODO
1 parent e9cdd8e commit d8f8e72

File tree

1 file changed

+2
-0
lines changed
  • staging/src/k8s.io/code-generator/cmd/validation-gen

1 file changed

+2
-0
lines changed

staging/src/k8s.io/code-generator/cmd/validation-gen/validation.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,8 @@ func (g *genValidations) emitCallToOtherTypeFunc(c *generator.Context, node *typ
11401140
// emitRatchetingCheck emits an equivalence check for default ratcheting.
11411141
func emitRatchetingCheck(c *generator.Context, t *types.Type, sw *generator.SnippetWriter) {
11421142
// Emit equivalence check for default ratcheting.
1143+
// TODO: Need to have a follow-up PR to handle the default behavior
1144+
// for slices and maps.
11431145
targs := generator.Args{
11441146
"operation": mkSymbolArgs(c, operationPkgSymbols),
11451147
}

0 commit comments

Comments
 (0)