mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-07-16 23:11:52 -04:00
Automatic merge from submit-queue
WIP - Handle map[]struct{} in DeepCopy
Deep copy was not properly handling the empty struct case we use for Sets.
@lavalamp I need your expertise when you have some time - the go2idl parser is turning sets.String into the following tree:
type: sets.String kind: Alias
underlying: map[string]sets.Empty kind: Map
key: string kind: Builtin
elem: set.Empty kind: Struct
^
should be Alias
Looking at tc.Named, I'm not sure what the expected outcome would be and why you flatten there.
|
||
|---|---|---|
| .. | ||
| args | ||
| client-gen | ||
| conversion-gen | ||
| deepcopy-gen | ||
| generator | ||
| go-to-protobuf | ||
| import-boss | ||
| namer | ||
| parser | ||
| set-gen | ||
| types | ||
| .import-restrictions | ||
| OWNERS | ||