Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ObjectsToGroupVersion ¶
Types ¶
type CustomArgs ¶
type Group ¶
type Group struct { // Types is a slice of the following types // Instance of any struct: used for reflection to describe the type // string: a directory that will be listed (non-recursively) for types // Type: a description of a type Types []interface{} GenerateTypes bool // Generate clientsets GenerateClients bool OutputControllerPackageName string // Generate listers GenerateListers bool // Generate informers GenerateInformers bool // The package name of the API types PackageName string // Use existing clientset, informer, listers ClientSetPackage string ListersPackage string InformersPackage string }
Click to show internal directories.
Click to hide internal directories.