# Functions
IsIngressNodeFirewallConfigAvailable check if the availability conditions for ingress node firewall config resource have been achieved.
Update updates ingress node firewall config object status field.
# Constants
ConditionAvailable means daemonSet is available and the number of scheduled pods is the same of the number of desired pods.
ConditionDegraded means daemonset availability conditions have not been achieved, when one of its pods fails to be created or deleted.
ConditionProgressing means daemonSet is progressing.
# Structs
IngressNodeFirewallConfigResourcesNotReadyError contains Error message explaining the reason why ingress node firewall Config is not ready.