File Coverage

blib/lib/IO/K8s/Api/Resource/V1alpha3/DeviceClass.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::Resource::V1alpha3::DeviceClass;
2             # ABSTRACT: DeviceClass is a vendor- or admin-provided resource that contains device configuration and selectors. It can be referenced in the device requests of a claim to apply these presets. Cluster scoped. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
3             our $VERSION = '1.008';
4 1     1   1599 use IO::K8s::APIObject;
  1         2  
  1         12  
5              
6              
7             k8s spec => 'Resource::V1alpha3::DeviceClassSpec', 'required';
8              
9             1;
10              
11             __END__