Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppDetail ¶ added in v1.1.0
type AppDetail struct { // AppDetail Type Type string // Ksonnet details Ksonnet *apiclient.KsonnetAppSpec // Helm details Helm *HelmAppSpec // Kustomize details Kustomize *apiclient.KustomizeAppSpec // Directory details Directory *apiclient.DirectoryAppSpec }
type CommitMetadata ¶
type HelmAppSpec ¶ added in v1.1.0
type HelmAppSpec struct { Name string ValueFiles []string Parameters []*v1alpha1.HelmParameter Values string FileParameters []*v1alpha1.HelmFileParameter }
func (HelmAppSpec) GetFileParameterPathByName ¶ added in v1.1.0
func (has HelmAppSpec) GetFileParameterPathByName(Name string) string
func (HelmAppSpec) GetParameterValueByName ¶ added in v1.1.0
func (has HelmAppSpec) GetParameterValueByName(Name string) string
type HelmFileParameter ¶ added in v1.1.0
type HelmParameter ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.