generator

package
v0.1.12 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2019 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

type Generator struct {
	RootPath          string
	OutputDir         string
	Domain            string
	Namespace         string
	SkipMapValidation bool

	// OutFs is filesystem to be used for writing out the result
	OutFs afero.Fs

	// APIsPath and APIsPkg allow customized generation for Go types existing under directories other than pkg/apis
	APIsPath string
	APIsPkg  string
	// contains filtered or unexported fields
}

Generator generates CRD manifests from API resource definitions defined in Go source files.

func (*Generator) Do

func (c *Generator) Do() error

Do manages CRD generation.

func (*Generator) ValidateAndInitFields

func (c *Generator) ValidateAndInitFields() error

ValidateAndInitFields validate and init generator fields.

Jump to

Keyboard shortcuts

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