Documentation ¶
Index ¶
- Constants
- func ComposeValuesFromSchemas(m *Module) (chartutil.Values, error)
- func RunRender(m *Module, values chartutil.Values, ...) error
- func SplitAt(substring string) func(data []byte, atEOF bool) (advance int, token []byte, err error)
- func ToCamel(s string) string
- func ToLowerCamel(s string) string
- type Module
- func (m *Module) GetChart() *chart.Chart
- func (m *Module) GetMetadata() *chart.Metadata
- func (m *Module) GetName() string
- func (m *Module) GetNamespace() string
- func (m *Module) GetObjectStore() *storage.UnstructuredObjectStore
- func (m *Module) GetPath() string
- func (m *Module) GetStorage() map[storage.ResourceIndex]storage.StoreObject
- func (m *Module) String() string
- type ModuleList
- type OpenAPIValuesGenerator
Constants ¶
View Source
const ( ChartConfigFilename = "Chart.yaml" ModuleConfigFilename = "module.yaml" )
View Source
const ( ExamplesKey = "x-examples" ArrayObject = "array" ObjectKey = "object" )
Variables ¶
This section is empty.
Functions ¶
func ToLowerCamel ¶
ToLowerCamel converts a string to lowerCamelCase
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) GetMetadata ¶
func (*Module) GetNamespace ¶
func (*Module) GetObjectStore ¶
func (m *Module) GetObjectStore() *storage.UnstructuredObjectStore
func (*Module) GetStorage ¶
func (m *Module) GetStorage() map[storage.ResourceIndex]storage.StoreObject
type ModuleList ¶
type ModuleList []*Module
type OpenAPIValuesGenerator ¶
type OpenAPIValuesGenerator struct {
// contains filtered or unexported fields
}
func NewOpenAPIValuesGenerator ¶
func NewOpenAPIValuesGenerator(schema *spec.Schema) *OpenAPIValuesGenerator
Directories ¶
Path | Synopsis |
---|---|
Package reggen generates text based on regex definitions based on the reggen library by Lucas Jones https://github.com/lucasjones/reggen/blob/master/reggen.go
|
Package reggen generates text based on regex definitions based on the reggen library by Lucas Jones https://github.com/lucasjones/reggen/blob/master/reggen.go |
Click to show internal directories.
Click to hide internal directories.