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 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
Click to show internal directories.
Click to hide internal directories.