Documentation
¶
Overview ¶
Package filter provide an interface for filtering resources during apply time. The resource(s) that will be filtered out will be kept inside the inventory.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
// Filter receive a resource and return if has to be filtered out or an error if something has gone wrong
Filter(*unstructured.Unstructured, cache.RemoteResourceGetter) (bool, error)
}
Interface defines the interface for a filter that can choose to remove or keep objects from application
Click to show internal directories.
Click to hide internal directories.