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 ¶
type Metadata struct {
Namespace resource.Namespace
Typ resource.Type
ID resource.ID
Phase resource.Phase
FinalizersEmpty bool
}
Metadata is _comparable_, so that it can be a map key.
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.