package generators
import "k8s.io/kubernetes/cmd/libs/go2idl/deepcopy-gen/generators"
Index ¶
- func DefaultNameSystem() string
- func NameSystems() namer.NameSystems
- func NewGenDeepCopy(sanitizedName, targetPackage string, boundingDirs []string, allTypes, registerTypes bool) generator.Generator
- func Packages(context *generator.Context, arguments *args.GeneratorArgs) generator.Packages
- type CustomArgs
Functions ¶
func DefaultNameSystem ¶
func DefaultNameSystem() string
DefaultNameSystem returns the default name system for ordering the types to be processed by the generators in this package.
func NameSystems ¶
func NameSystems() namer.NameSystems
NameSystems returns the name system used by the generators in this package.
func NewGenDeepCopy ¶
func NewGenDeepCopy(sanitizedName, targetPackage string, boundingDirs []string, allTypes, registerTypes bool) generator.Generator
func Packages ¶
Types ¶
type CustomArgs ¶
type CustomArgs struct { BoundingDirs []string // Only deal with types rooted under these dirs. }
CustomArgs is used tby the go2idl framework to pass args specific to this generator.
Source Files ¶
deepcopy.go
- Version
- v1.5.0-alpha.0
- Published
- Sep 1, 2016
- Platform
- js/wasm
- Imports
- 10 packages
- Last checked
- 4 minutes ago –
Tools for package owners.