mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
codegen: Minor: fix wrong comments
This commit is contained in:
parent
6420e64662
commit
1fed36b984
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user