Documentation
¶
Overview ¶
Package reduced implements reducing resource metadata to a comparable value.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterDestroyReady ¶
FilterDestroyReady returns true if the Metadata is ready to be destroyed.
Types ¶
type Metadata ¶
Metadata reduces resource metadata for deduplication.
It consists of two parts: - a comparable Key which is used for deduplication. - a Value which is reduced for duplicate keys to the last observed value.
func NewMetadata ¶
NewMetadata creates a new reduced Metadata from a resource.Metadata.
type WatchFilter ¶
WatchFilter filters watches on reduced Metadata.
Click to show internal directories.
Click to hide internal directories.