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 apiclient.HelmAppSpec
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.