Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleClusterDeleteAction ¶
func HandleClusterDeleteAction(state *store.EngineState, action ClusterDeleteAction)
func HandleClusterUpsertAction ¶
func HandleClusterUpsertAction(state *store.EngineState, action ClusterUpsertAction)
Types ¶
type ClusterDeleteAction ¶
type ClusterDeleteAction struct {
Name string
}
func NewClusterDeleteAction ¶
func NewClusterDeleteAction(n string) ClusterDeleteAction
func (ClusterDeleteAction) Action ¶
func (ClusterDeleteAction) Action()
func (ClusterDeleteAction) Summarize ¶ added in v0.23.5
func (a ClusterDeleteAction) Summarize(summary *store.ChangeSummary)
type ClusterUpsertAction ¶
func NewClusterUpsertAction ¶
func NewClusterUpsertAction(obj *v1alpha1.Cluster) ClusterUpsertAction
func (ClusterUpsertAction) Action ¶
func (ClusterUpsertAction) Action()
func (ClusterUpsertAction) Summarize ¶ added in v0.23.5
func (a ClusterUpsertAction) Summarize(summary *store.ChangeSummary)
Click to show internal directories.
Click to hide internal directories.