Documentation ¶ Index ¶ func New(writer client.Writer) *resourceWriter type UpdateHooks Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(writer client.Writer) *resourceWriter New creates a resourceWriter object that can be used to add/update/remove kubernetes resources the provided writer object will be used for the underlying operations Types ¶ type UpdateHooks ¶ type UpdateHooks interface { Trigger(existing client.Object, requested client.Object) error } Source Files ¶ View all Source files writer.go Directories ¶ Show internal Expand all Path Synopsis hooks Click to show internal directories. Click to hide internal directories.