Documentation
¶
Index ¶
- type Helm
- func (h Helm) GetApp(ctx context.Context, ref *helmgatepb.AppRef) (*helmgatepb.App, error)
- func (h Helm) GetHistory(ctx context.Context, filter *helmgatepb.HistoryFilter) (*helmgatepb.Apps, error)
- func (h Helm) InstallApp(ctx context.Context, input *helmgatepb.AppInput) (*helmgatepb.App, error)
- func (h Helm) RollbackApp(ctx context.Context, ref *helmgatepb.AppRef) (*helmgatepb.App, error)
- func (h Helm) SearchApps(ctx context.Context, filter *helmgatepb.AppFilter) (*helmgatepb.Apps, error)
- func (h Helm) SearchCharts(ctx context.Context, filter *helmgatepb.ChartFilter) (*helmgatepb.Charts, error)
- func (h Helm) UninstallApp(ctx context.Context, ref *helmgatepb.AppRef) (*empty.Empty, error)
- func (h Helm) UpdateApp(ctx context.Context, input *helmgatepb.AppInput) (*helmgatepb.App, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Helm ¶
type Helm struct {
// contains filtered or unexported fields
}
func (Helm) GetApp ¶
func (h Helm) GetApp(ctx context.Context, ref *helmgatepb.AppRef) (*helmgatepb.App, error)
func (Helm) GetHistory ¶
func (h Helm) GetHistory(ctx context.Context, filter *helmgatepb.HistoryFilter) (*helmgatepb.Apps, error)
func (Helm) InstallApp ¶
func (h Helm) InstallApp(ctx context.Context, input *helmgatepb.AppInput) (*helmgatepb.App, error)
func (Helm) RollbackApp ¶
func (h Helm) RollbackApp(ctx context.Context, ref *helmgatepb.AppRef) (*helmgatepb.App, error)
func (Helm) SearchApps ¶
func (h Helm) SearchApps(ctx context.Context, filter *helmgatepb.AppFilter) (*helmgatepb.Apps, error)
func (Helm) SearchCharts ¶
func (h Helm) SearchCharts(ctx context.Context, filter *helmgatepb.ChartFilter) (*helmgatepb.Charts, error)
func (Helm) UninstallApp ¶
func (Helm) UpdateApp ¶
func (h Helm) UpdateApp(ctx context.Context, input *helmgatepb.AppInput) (*helmgatepb.App, error)
Click to show internal directories.
Click to hide internal directories.