Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppRuntime ¶
type AppRuntime struct {
// contains filtered or unexported fields
}
func New ¶
func New( app deccov1beta2.App, kubeApi kubernetes.Interface, namespace string, spaceSpec deccov1beta2.SpaceSpec, ) *AppRuntime
func (*AppRuntime) Delete ¶
func (ar *AppRuntime) Delete()
func (*AppRuntime) GetApp ¶
func (ar *AppRuntime) GetApp() deccov1beta2.App
func (*AppRuntime) Name ¶
func (ar *AppRuntime) Name() string
func (*AppRuntime) Stop ¶
func (ar *AppRuntime) Stop()
func (*AppRuntime) Update ¶
func (ar *AppRuntime) Update(item watcher.Item)
Click to show internal directories.
Click to hide internal directories.