# Functions
Resource takes an unqualified resource and returns a Group qualified GroupResource.
# Constants
GroupName is the group name use in this package.
# Variables
SchemeGroupVersion is group version used to register these objects.
# Structs
HTTPIngressPath HTTPIngressPath associates a path with a backend.
HTTPIngressRuleValue HTTPIngressRuleValue is a list of http selectors pointing to backends.
Ingress Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.
IngressBackend IngressBackend describes all endpoints for a given service and port.
IngressClass IngressClass represents the class of the Ingress, referenced by the Ingress Spec.
IngressClassList IngressClassList is a collection of IngressClasses.
IngressClassParametersReference IngressClassParametersReference identifies an API object.
IngressClassSpec IngressClassSpec provides information about the class of an Ingress.
IngressList IngressList is a collection of Ingress.
IngressLoadBalancerIngress IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
IngressLoadBalancerStatus IngressLoadBalancerStatus represents the status of a load-balancer.
IngressPortStatus IngressPortStatus represents the error condition of a service port
swagger:model IngressPortStatus.
IngressRule IngressRule represents the rules mapping the paths under a specified host to the related backend services.
IngressServiceBackend IngressServiceBackend references a Kubernetes Service as a Backend.
IngressSpec IngressSpec describes the Ingress the user wishes to exist.
IngressStatus IngressStatus describe the current state of the Ingress.
IngressTLS IngressTLS describes the transport layer security associated with an ingress.
IPBlock IPBlock describes a particular CIDR (Ex.
NetworkPolicy NetworkPolicy describes what network traffic is allowed for a set of Pods
swagger:model NetworkPolicy.
NetworkPolicyEgressRule NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector.
NetworkPolicyIngressRule NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector.
NetworkPolicyList NetworkPolicyList is a list of NetworkPolicy objects.
NetworkPolicyPeer NetworkPolicyPeer describes a peer to allow traffic to/from.
NetworkPolicyPort NetworkPolicyPort describes a port to allow traffic on
swagger:model NetworkPolicyPort.
NetworkPolicySpec NetworkPolicySpec provides the specification of a NetworkPolicy
swagger:model NetworkPolicySpec.
ServiceBackendPort ServiceBackendPort is the service port being referenced.