codegen: Minor: fix wrong comments

This commit is contained in:
Tim Hockin 2024-01-09 09:20:42 -08:00
parent 6420e64662
commit 1fed36b984
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
// typebuilder-gen is a tool for auto-generating apply builder functions. // applyconfiguration-gen is a tool for auto-generating apply builder functions.
package main package main
import ( import (

View File

@ -60,7 +60,8 @@ type CustomArgs struct {
// For example 'Endpoints:Endpoints', otherwise the pluralizer will generate 'Endpointes'. // For example 'Endpoints:Endpoints', otherwise the pluralizer will generate 'Endpointes'.
PluralExceptions []string PluralExceptions []string
// ApplyConfigurationPackage is the package of apply builders generated by typebuilder-gen. // ApplyConfigurationPackage is the package of apply builders generated by
// applyconfiguration-gen.
// If non-empty, Apply functions are generated for each type and reference the apply builders. // If non-empty, Apply functions are generated for each type and reference the apply builders.
// If empty (""), Apply functions are not generated. // If empty (""), Apply functions are not generated.
ApplyConfigurationPackage string ApplyConfigurationPackage string