# Functions
And returns a filter that returns true if all of the given filters returns true.
HasAnnotationKey returns a filter to find all machines that have the specified Annotation key present.
HasDeletionTimestamp returns a filter to find all machines that have a deletion timestamp.
InFailureDomains returns a filter to find all machines in any of the given failure domains.
MatchesConfigurationHash returns a filter to find all machines that match a given CritControlPlane configuration hash.
Not returns a filter that returns the opposite of the given filter.
OlderThan returns a filter to find all machines that have a CreationTimestamp earlier than the given time.
Or returns a filter that returns true if any of the given filters returns true.
OwnedControlPlaneMachines rerturns a filter to find all owned control plane machines.
# Type aliases
No description provided by the author