File Coverage

blib/lib/IO/K8s/Api/Rbac/V1/ClusterRole.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::Rbac::V1::ClusterRole;
2             # ABSTRACT: ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.
3             our $VERSION = '1.008';
4 4     4   4460 use IO::K8s::APIObject;
  4         11  
  4         57  
5              
6              
7             k8s aggregationRule => 'Rbac::V1::AggregationRule';
8              
9              
10             k8s rules => ['Rbac::V1::PolicyRule'];
11              
12             1;
13              
14             __END__