args

package
v1.9.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2018 License: Apache-2.0, Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGVPackagesValue added in v1.9.0

func NewGVPackagesValue(gvToPath *map[types.GroupVersion]string, groups *[]types.GroupVersions, def []string) *gvPackagesValue

func NewGVTypesValue added in v1.9.0

func NewGVTypesValue(gvToTypes *map[types.GroupVersion][]string, def []string) *gvTypeValue

Types

type CustomArgs added in v1.9.0

type CustomArgs struct {
	// A sorted list of group versions to generate. For each of them the package path is found
	// in GroupVersionToInputPath.
	Groups []types.GroupVersions
	// GroupVersionToInputPath is a map between GroupVersion and the path to the respective
	// types.go, relative to InputBasePath. We still need GroupVersions in the
	// struct because we need an order.
	GroupVersionToInputPath map[types.GroupVersion]string
	// The base for the path of GroupVersionToInputPath.
	InputBasePath string

	// Overrides for which types should be included in the client.
	IncludedTypesOverrides map[types.GroupVersion][]string

	// ClientsetName is the name of the clientset to be generated. It's
	// populated from command-line arguments.
	ClientsetName string
	// ClientsetOutputPath is the path the clientset will be generated at. It's
	// populated from command-line arguments.
	ClientsetOutputPath string
	// ClientsetAPIPath is the default API path for generated clients.
	ClientsetAPIPath string
	// ClientsetOnly determines if we should generate the clients for groups and
	// types along with the clientset. It's populated from command-line
	// arguments.
	ClientsetOnly bool
	// FakeClient determines if client-gen generates the fake clients.
	FakeClient bool
}

ClientGenArgs is a wrapper for arguments to client-gen.

func (*CustomArgs) AddFlags added in v1.9.0

func (ca *CustomArgs) AddFlags(fs *pflag.FlagSet)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL