releases

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2024 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstallModel

type InstallModel struct {
	Chart   string
	Version string
	Inputs  []textinput.Model
	// contains filtered or unexported fields
}

func InitInstallModel

func InitInstallModel() InstallModel

func (InstallModel) Init

func (m InstallModel) Init() tea.Cmd

func (InstallModel) Update

func (m InstallModel) Update(msg tea.Msg) (InstallModel, tea.Cmd)

func (InstallModel) View

func (m InstallModel) View() string

type Model

type Model struct {
	// contains filtered or unexported fields
}

func InitModel

func InitModel() (Model, tea.Cmd)

func (Model) Init

func (m Model) Init() tea.Cmd

func (Model) Update

func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (Model) View

func (m Model) View() string

type UpgradeModel

type UpgradeModel struct {
	ReleaseName string
	Namespace   string

	Chart   string
	Version string
	Inputs  []textinput.Model
	// contains filtered or unexported fields
}

func InitUpgradeModel

func InitUpgradeModel() UpgradeModel

func (UpgradeModel) Init

func (m UpgradeModel) Init() tea.Cmd

func (UpgradeModel) Update

func (m UpgradeModel) Update(msg tea.Msg) (UpgradeModel, tea.Cmd)

func (UpgradeModel) View

func (m UpgradeModel) View() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL