# Constants
No description provided by the author
No description provided by the author
ProtocolTypeICMP refers to the ICMP protocol.
ProtocolTypeICMP6 refers to the ICMPv6 protocol.
ProtocolTypeSCTP refers to the SCTP protocol, for either IPv4 or IPv6.
ProtocolTypeTCP refers to the TCP protocol, for either IPv4 or IPv6.
ProtocolTypeUDP refers to the UDP protocol, for either IPv4 or IPv6.
# Variables
AddToScheme adds the types in this group-version to the given scheme.
FirewallRulesSyncError indicates that one or more NodeState synchronization failed.
FirewallRulesSyncOK indicates that the last synchronization attempt to all nodes with matching label was a success.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
SyncError indicates that the last synchronization attempt failed.
SyncOK indicates that the last synchronization attempt was a success.
# Structs
IngressNodeFirewall is the Schema for the ingressnodefirewalls API.
IngressNodeFirewallConfig is the Schema for the ingressnodefirewallconfigs API.
IngressNodeFirewallConfigList contains a list of IngressNodeFirewallConfig.
IngressNodeFirewallConfigSpec defines the desired state of IngressNodeFirewallConfig.
IngressNodeFirewallConfigStatus defines the observed state of IngressNodeFirewallConfig.
IngressNodeFirewallICMPRule define ingress node firewall rule for ICMP and ICMPv6 protocols.
IngressNodeFirewallList contains a list of IngressNodeFirewall.
IngressNodeFirewallNodeState is the Schema for the ingressnodefirewallnodestates API.
IngressNodeFirewallNodeStateList contains a list of IngressNodeFirewallNodeState.
IngressNodeFirewallNodeStateSpec defines the desired state of IngressNodeFirewallNodeState.
IngressNodeFirewallNodeStateStatus defines the observed state of IngressNodeFirewallNodeState.
IngressNodeFirewallProtocolRule defines an ingress node firewall rule per protocol.
IngressNodeFirewallProtoRule define ingress node firewall rule for TCP, UDP and SCTP protocols.
IngressNodeFirewallRules define ingress node firewall rule.
IngressNodeFirewallSpec defines the desired state of IngressNodeFirewall.
IngressNodeFirewallStatus defines the observed state of IngressNodeFirewall.
IngressNodeProtocolConfig is a discriminated union of protocol's specific configuration.
# Type aliases
IngressNodeFirewallActionType indicates whether an IngressNodeFirewallRule allows or denies traffic.
IngressNodeFirewallNodeStateSyncStatus defines the various valid synchronization states for IngressNodeFirewallNodeState.
ProtocolType defines the protocol types that are supported.
No description provided by the author