Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func All ¶ added in v2.8.1
All collects and deletes ALL configuration objects using the provided ClientSet. To delete specific configurations use Configs instead!
Parameters:
- ctx (context.Context): The context in which the function operates.
- clients (ClientSet): A set of API clients used to collect and delete configurations from an environment.
Types ¶
type DeleteEntries ¶ added in v2.8.1
type DeleteEntries = map[configurationType][]pointer.DeletePointer
DeleteEntries is a map of configuration type to slice of delete pointers
func LoadEntriesToDelete ¶
func LoadEntriesToDelete(fs afero.Fs, deleteFile string) (DeleteEntries, []error)
type DeleteEntryParserError ¶
type DeleteEntryParserError struct { Value string `json:"value"` Index int `json:"index"` Reason string `json:"reason"` }
func (DeleteEntryParserError) Error ¶
func (e DeleteEntryParserError) Error() string
Click to show internal directories.
Click to hide internal directories.