cmd/conversion-gen/generators/conversion.go (26 lines): - line 76: // TODO: This is created only to reduce number of changes in a single PR. - line 179: // TODO: This should call the Namer directly. - line 211: // TODO: This is too ad-hoc. We need a better way. - line 217: // TODO: in the future, relax the nested manual conversion requirement - line 296: // TODO: build a more fundamental concept in gengo for dealing with modifications - line 326: // TODO: build a more fundamental concept in gengo for dealing with modifications - line 424: // TODO: determine whether the interfaces are actually equivalent - for now, they must have the - line 544: // TODO: Consider generating functions for other kinds too. - line 830: sw.Do("// FIXME: Provide conversion function to convert $.inType|raw$ to $.outType|raw$\n", args) - line 845: // TODO: Implement it when necessary. - line 847: sw.Do("// FIXME: Converting unassignable keys unsupported $.|raw$\n", inType.Key) - line 872: sw.Do("// FIXME: Provide conversion function to convert $.inType|raw$ to $.outType|raw$\n", args) - line 991: sw.Do("// FIXME: Provide conversion function to convert $.inType|raw$ to $.outType|raw$\n", args) - line 1012: sw.Do("// FIXME: Provide conversion function to convert $.inType|raw$ to $.outType|raw$\n", args) - line 1027: sw.Do("// FIXME: Provide conversion function to convert $.inType|raw$ to $.outType|raw$\n", args) - line 1070: sw.Do("// FIXME: Provide conversion function to convert $.inType|raw$ to $.outType|raw$\n", args) - line 1082: // TODO: Add support for aliases. - line 1087: sw.Do("// FIXME: Type $.|raw$ is unsupported.\n", inType) - line 1162: // TODO: Support other types to allow more auto-conversions. - line 1163: sw.Do("// FIXME: out.$.name$ is of not yet supported type and requires manual conversion\n", memberArgs) - line 1166: // TODO: Support other types to allow more auto-conversions. - line 1167: sw.Do("// FIXME: out.$.name$ is of not yet supported type and requires manual conversion\n", memberArgs) - line 1193: sw.Do("// FIXME: out.$.name$ is of unsupported type and requires manual conversion\n", memberArgs) - line 1205: sw.Do("// FIXME: unexpected error for out.$.name$\n", memberArgs) - line 1209: sw.Do("// FIXME: out.$.name$ is of unsupported type and requires manual conversion\n", memberArgs) - line 1214: // TODO: This should maybe check for actual assignability between the two cmd/go-to-protobuf/protobuf/generator.go (4 lines): - line 151: // TODO: this could be expressed more cleanly - line 210: // TODO: delegate to a new localgo namer? - line 439: // TODO: when we enable proto3, also include other fundamental types in the google.protobuf package - line 467: // TODO: complex? cmd/client-gen/generators/generator_for_type.go (4 lines): - line 102: // TODO: Extract this to some helper method as this code is copied into - line 301: // TODO: Figure out schemantic for watching a sub-resource. - line 322: // TODO: Figure out schemantic for deleting a sub-resource (what arguments - line 345: // TODO: Make the verbs in templates parametrized so the strings.Replace() is cmd/client-gen/generators/fake/generator_fake_for_type.go (3 lines): - line 275: // TODO: Figure out schemantic for watching a sub-resource. - line 296: // TODO: Figure out schemantic for deleting a sub-resource (what arguments - line 319: // TODO: Make the verbs in templates parametrized so the strings.Replace() is cmd/client-gen/generators/fake/fake_client_generator.go (2 lines): - line 34: // TODO: should make this a function, called by here and in client-generator.go - line 90: // TODO: we'll generate fake clientset for different release in the future. cmd/client-gen/main.go (2 lines): - line 36: // TODO: move this out of client-gen - line 41: customArgs.AddFlags(pflag.CommandLine, "k8s.io/kubernetes/pkg/apis") // TODO: move this input path out of client-gen cmd/prerelease-lifecycle-gen/prerelease-lifecycle-generators/status.go (1 line): - line 250: // TODO: build a more fundamental concept in gengo for dealing with modifications cmd/applyconfiguration-gen/main.go (1 line): - line 36: customArgs.AddFlags(pflag.CommandLine, "k8s.io/kubernetes/pkg/apis") // TODO: move this input path out of client-gen cmd/go-to-protobuf/protobuf/package.go (1 line): - line 163: // TODO hard error? cmd/defaulter-gen/main.go (1 line): - line 60: // TODO: move this out of defaulter-gen cmd/client-gen/generators/generator_for_clientset.go (1 line): - line 70: // TODO: We actually don't need any type information to generate the clientset, cmd/go-to-protobuf/protobuf/parser.go (1 line): - line 112: // TODO: move into upstream gogo-protobuf once https://github.com/gogo/protobuf/issues/181 cmd/lister-gen/main.go (1 line): - line 35: // TODO: move this out of lister-gen cmd/deepcopy-gen/main.go (1 line): - line 61: // TODO: move this out of deepcopy-gen cmd/applyconfiguration-gen/generators/jsontagutil.go (1 line): - line 26: // TODO: This implements the same functionality as https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/runtime/converter.go#L236 cmd/conversion-gen/main.go (1 line): - line 104: // TODO: move this out of conversion-gen cmd/client-gen/generators/fake/generator_fake_for_clientset.go (1 line): - line 86: // TODO: We actually don't need any type information to generate the clientset, cmd/informer-gen/main.go (1 line): - line 35: // TODO: move out of informer-gen cmd/informer-gen/generators/generic.go (1 line): - line 168: // TODO extend this to unknown resources with a client pool cmd/client-gen/types/helpers.go (1 line): - line 32: // TODO once we've cleared the last uses as strings, this special case should be removed. cmd/go-to-protobuf/protobuf/namer.go (1 line): - line 148: // TODO: should methods be walked? cmd/prerelease-lifecycle-gen/main.go (1 line): - line 51: // TODO: move this out of prerelease-lifecycle-gen