Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type APIObject ¶
type APIObject struct {
// contains filtered or unexported fields
}
type App ¶
type App struct {
// contains filtered or unexported fields
}
func NewWithConfig ¶
type Chart ¶
type Chart struct {
Name string
Namespace string
Params *ChartParams
// contains filtered or unexported fields
}
type ChartParams ¶
type ChartParams struct {
// DisableNameHashes removes the generated stable hash that is suffixed to the resource name.
// Optional. Default: false.
DisableNameHashes bool
// Labels to apply to all the resources in this chart.
// Optional. Default: nil.
Labels *map[string]string
// Namespace to apply to all the resources in this chart. This will only apply to objects that don't have a
// namespace already defined on them.
// Optional. Default: nil. (usually means "default" in Kubernetes)
Namespace *string
}
type File ¶
type File struct {
Body string
Dir string
Imports []string
Name string
Package string
// contains filtered or unexported fields
}
func (*File) WriteString ¶
type GroupItems ¶
type Importer ¶
func NewImporter ¶
func NewImporter(config *ImporterConfig) Importer
type ImporterConfig ¶
type ImporterConfig struct {
Overwrite bool
}
Directories
¶
| Path | Synopsis |
|---|---|
|
examples
|
|
|
app_config
command
|
|
|
chart_params
command
|
|
|
multi_resources
command
|
|
|
multi_stack
command
|
|
|
hack
|
|
|
k8s
command
|
|
Click to show internal directories.
Click to hide internal directories.