Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleUIResourceDeleteAction ¶
func HandleUIResourceDeleteAction(state *store.EngineState, action UIResourceDeleteAction)
func HandleUIResourceUpsertAction ¶
func HandleUIResourceUpsertAction(state *store.EngineState, action UIResourceUpsertAction)
Types ¶
type UIResourceDeleteAction ¶
type UIResourceDeleteAction struct {
Name string
}
func NewUIResourceDeleteAction ¶
func NewUIResourceDeleteAction(n string) UIResourceDeleteAction
func (UIResourceDeleteAction) Action ¶
func (UIResourceDeleteAction) Action()
type UIResourceUpsertAction ¶
type UIResourceUpsertAction struct {
UIResource *v1alpha1.UIResource
}
func NewUIResourceUpsertAction ¶
func NewUIResourceUpsertAction(obj *v1alpha1.UIResource) UIResourceUpsertAction
func (UIResourceUpsertAction) Action ¶
func (UIResourceUpsertAction) Action()
Click to show internal directories.
Click to hide internal directories.