# Functions
MatchAnyIPConfigState filters the passed IPConfigurationStatus map according to the passed predicates and returns the matching values.
PredicatesForStates returns a slice of IPConfigStatePredicates matches that map to the input IPConfigStates.
# Variables
StateAssigned is a preset filter for types.Assigned.
StateAvailable is a preset filter for types.Available.
StatePendingProgramming is a preset filter for types.PendingProgramming.
StatePendingRelease is a preset filter for types.PendingRelease.
# Type aliases
No description provided by the author