Documentation ¶
Overview ¶
Package global defines a global post-processing action, which gets generated by the policy diff only once after processing all component instances.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PostProcessActionObject = &runtime.Info{ Kind: "action-post-process", Constructor: func() runtime.Object { return &PostProcessAction{} }, }
PostProcessActionObject is an informational data structure with Kind and Constructor for the action
Functions ¶
This section is empty.
Types ¶
type PostProcessAction ¶
PostProcessAction is a post-processing action which gets called once after all components have been processed by the engine apply
func NewPostProcessAction ¶
func NewPostProcessAction() *PostProcessAction
NewPostProcessAction creates new PostProcessAction
Click to show internal directories.
Click to hide internal directories.