Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppDetail ¶
type AppDetail struct {
// AppDetail Type
Type string
// Helm details
Helm *CustomHelmAppSpec
// Kustomize details
Kustomize *apiclient.KustomizeAppSpec
// Directory details
Directory *apiclient.DirectoryAppSpec
}
type CommitMetadata ¶
type CustomHelmAppSpec ¶
type CustomHelmAppSpec struct {
HelmAppSpec apiclient.HelmAppSpec
HelmParameterOverrides []v1alpha1.HelmParameter
}
func (CustomHelmAppSpec) GetFileParameterPathByName ¶
func (has CustomHelmAppSpec) GetFileParameterPathByName(name string) string
func (CustomHelmAppSpec) GetParameterValueByName ¶
func (has CustomHelmAppSpec) GetParameterValueByName(name string) string
Click to show internal directories.
Click to hide internal directories.