codegen: Minor: fix wrong comments
This commit is contained in:
		| @@ -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 ( | ||||||
|   | |||||||
| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Tim Hockin
					Tim Hockin