File Coverage

blib/lib/IO/K8s/Api/Networking/V1/IngressRule.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package IO::K8s::Api::Networking::V1::IngressRule;
2             # ABSTRACT: IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
3             our $VERSION = '1.008';
4 4     4   3991 use IO::K8s::Resource;
  4         8  
  4         39  
5              
6             k8s host => Str;
7              
8              
9             k8s http => 'Networking::V1::HTTPIngressRuleValue';
10              
11             1;
12              
13             __END__