Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleCmdImageDeleteAction ¶
func HandleCmdImageDeleteAction(state *store.EngineState, action CmdImageDeleteAction)
func HandleCmdImageUpsertAction ¶
func HandleCmdImageUpsertAction(state *store.EngineState, action CmdImageUpsertAction)
Types ¶
type CmdImageDeleteAction ¶
type CmdImageDeleteAction struct {
Name string
}
func NewCmdImageDeleteAction ¶
func NewCmdImageDeleteAction(n string) CmdImageDeleteAction
func (CmdImageDeleteAction) Action ¶
func (CmdImageDeleteAction) Action()
type CmdImageUpsertAction ¶
func NewCmdImageUpsertAction ¶
func NewCmdImageUpsertAction(obj *v1alpha1.CmdImage) CmdImageUpsertAction
func (CmdImageUpsertAction) Action ¶
func (CmdImageUpsertAction) Action()
Click to show internal directories.
Click to hide internal directories.