 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type InstallHelmChartOptions
- func (i *InstallHelmChartOptions) GetChartReference() (string, error)
- func (i *InstallHelmChartOptions) GetChartUri() (string, error)
- func (i *InstallHelmChartOptions) GetKubernetesCluster() (kubernetesinterfaces.KubernetesCluster, error)
- func (i *InstallHelmChartOptions) GetNamespace() (string, error)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallHelmChartOptions ¶
type InstallHelmChartOptions struct {
	KubernetesCluster kubernetesinterfaces.KubernetesCluster
	ChartReference    string
	ChartUri          string
	Namespace         string
}
    func (*InstallHelmChartOptions) GetChartReference ¶
func (i *InstallHelmChartOptions) GetChartReference() (string, error)
func (*InstallHelmChartOptions) GetChartUri ¶
func (i *InstallHelmChartOptions) GetChartUri() (string, error)
func (*InstallHelmChartOptions) GetKubernetesCluster ¶
func (i *InstallHelmChartOptions) GetKubernetesCluster() (kubernetesinterfaces.KubernetesCluster, error)
func (*InstallHelmChartOptions) GetNamespace ¶
func (i *InstallHelmChartOptions) GetNamespace() (string, error)
 Click to show internal directories. 
   Click to hide internal directories.