Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deploy ¶
type Deploy interface { Deploy(tplOutput string, changedFunc func(exec.CmdRunResult)) exec.CmdRunResult Delete(changedFunc func(exec.CmdRunResult)) exec.CmdRunResult Inspect() exec.CmdRunResult ManagedName() string }
type GenericOpts ¶
type Kapp ¶
type Kapp struct {
// contains filtered or unexported fields
}
func NewKapp ¶
func NewKapp(opts v1alpha1.AppDeployKapp, genericOpts GenericOpts, cancelCh chan struct{}) *Kapp
func (*Kapp) Delete ¶
func (a *Kapp) Delete(changedFunc func(exec.CmdRunResult)) exec.CmdRunResult
func (*Kapp) Deploy ¶
func (a *Kapp) Deploy(tplOutput string, changedFunc func(exec.CmdRunResult)) exec.CmdRunResult
func (*Kapp) Inspect ¶
func (a *Kapp) Inspect() exec.CmdRunResult
func (*Kapp) ManagedName ¶
Click to show internal directories.
Click to hide internal directories.