Documentation ¶
Index ¶
- Constants
- func New() func(root cdk8s.Chart) environment.ConnectedChart
- type Chart
- func (m Chart) ExportData(e *environment.Environment) error
- func (m Chart) GetLabels() map[string]string
- func (m Chart) GetName() string
- func (m Chart) GetPath() string
- func (m Chart) GetProps() interface{}
- func (m Chart) GetValues() *map[string]interface{}
- func (m Chart) GetVersion() string
- func (m *Chart) IsDeploymentNeeded() bool
- type Props
Constants ¶
View Source
const (
URLsKey = "goc"
)
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() func(root cdk8s.Chart) environment.ConnectedChart
Types ¶
type Chart ¶
type Chart struct {
Props *Props
}
func (Chart) ExportData ¶
func (m Chart) ExportData(e *environment.Environment) error
func (Chart) GetVersion ¶
func (*Chart) IsDeploymentNeeded ¶
Click to show internal directories.
Click to hide internal directories.