File Coverage

blib/lib/IO/K8s/Apimachinery/Pkg/Apis/Meta/V1/StatusDetails.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::Apimachinery::Pkg::Apis::Meta::V1::StatusDetails;
2             # ABSTRACT: StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.
3             our $VERSION = '1.008';
4 1     1   1696 use IO::K8s::Resource;
  1         3  
  1         12  
5              
6             k8s causes => ['Meta::V1::StatusCause'];
7              
8              
9             k8s group => Str;
10              
11              
12             k8s kind => Str;
13              
14              
15             k8s name => Str;
16              
17              
18             k8s retryAfterSeconds => Int;
19              
20              
21             k8s uid => Str;
22              
23              
24             1;
25              
26             __END__