File Coverage

blib/lib/IO/K8s/Apimachinery/Pkg/Apis/Meta/V1/LabelSelector.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::LabelSelector;
2             # ABSTRACT: A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
3             our $VERSION = '1.008';
4 8     8   7376 use IO::K8s::Resource;
  8         23  
  8         84  
5              
6             k8s matchExpressions => ['Meta::V1::LabelSelectorRequirement'];
7              
8              
9             k8s matchLabels => { Str => 1 };
10              
11              
12             1;
13              
14             __END__